<dependency> <groupId>com.github.jinahya</groupId> <artifactId>id-codec</artifactId> <version>1.1.7</version> </dependency>
implementation 'com.github.jinahya:id-codec:1.1.7'
implementation("com.github.jinahya:id-codec:1.1.7")
libraryDependencies += "com.github.jinahya" % "id-codec" % "1.1.7"
@Grapes( @Grab(group='com.github.jinahya', module='id-codec', version='1.1.7') )
<dependency org="com.github.jinahya" name="id-codec" rev="1.1.7" />
[com.github.jinahya/id-codec "1.1.7"]
'com.github.jinahya:id-codec:jar:1.1.7'
<parent> <groupId>com.github.jinahya</groupId> <artifactId>jinahya-parent</artifactId> <version>0.7.5</version> </parent>
test
|-- ch.qos.logback:logback-classic:1.2.1
|-- org.testng:testng:6.11