Skip to content

NutshellEngineering/isbn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Owner avatar isbn

Static Badge Apache License 2.0

Rock-solid ISBN support for Java, built on the ISO 2108 standard.

Getting Started

With Maven

<dependency>
    <groupId>io.github.nutshellengineering</groupId>
    <artifactId>isbn</artifactId>
    <version>x.y.x</version>
</dependency>

With Gradle

Add isbn to your build.gradle file.

Using Groovy DSL

dependencies {
    testImplementation 'io.github.nutshellengineering:isbn:x.y.x'
}

Using Kotlin DSL

dependencies {
    testImplementation("io.github.nutshellengineering:isbn:x.y.x")
}

Further Documentation

See isbn documentation.

Developing

Build Instructions

mvn verify

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Rock-solid ISBN support for Java, built on the ISO 2108 standard.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages