<dependency> <groupId>com.github.f4b6a3</groupId> <artifactId>tsid-creator</artifactId> <version>5.2.6</version> </dependency>
implementation 'com.github.f4b6a3:tsid-creator:5.2.6'
implementation("com.github.f4b6a3:tsid-creator:5.2.6")
libraryDependencies += "com.github.f4b6a3" % "tsid-creator" % "5.2.6"
@Grapes( @Grab(group='com.github.f4b6a3', module='tsid-creator', version='5.2.6') )
<dependency org="com.github.f4b6a3" name="tsid-creator" rev="5.2.6" />
[com.github.f4b6a3/tsid-creator "5.2.6"]
'com.github.f4b6a3:tsid-creator:jar:5.2.6'
test
|-- junit:junit:4.13.1