Rock-solid ISBN support for Java, built on the ISO 2108 standard.
<dependency>
<groupId>io.github.nutshellengineering</groupId>
<artifactId>isbn</artifactId>
<version>x.y.x</version>
</dependency>Add isbn to your build.gradle file.
dependencies {
testImplementation 'io.github.nutshellengineering:isbn:x.y.x'
}dependencies {
testImplementation("io.github.nutshellengineering:isbn:x.y.x")
}See isbn documentation.
mvn verifyPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.