<dependency> <groupId>com.github.charithe</groupId> <artifactId>flake4j</artifactId> <version>1.0.1</version> </dependency>
implementation 'com.github.charithe:flake4j:1.0.1'
implementation("com.github.charithe:flake4j:1.0.1")
libraryDependencies += "com.github.charithe" % "flake4j" % "1.0.1"
@Grapes( @Grab(group='com.github.charithe', module='flake4j', version='1.0.1') )
<dependency org="com.github.charithe" name="flake4j" rev="1.0.1" />
[com.github.charithe/flake4j "1.0.1"]
'com.github.charithe:flake4j:jar:1.0.1'
test
|-- junit:junit:4.12
|-- com.googlecode.junit-toolbox:junit-toolbox:2.2