<dependency> <groupId>io.avaje</groupId> <artifactId>mod-uuid</artifactId> <version>1.3</version> </dependency>
implementation 'io.avaje:mod-uuid:1.3'
implementation("io.avaje:mod-uuid:1.3")
libraryDependencies += "io.avaje" % "mod-uuid" % "1.3"
@Grapes( @Grab(group='io.avaje', module='mod-uuid', version='1.3') )
<dependency org="io.avaje" name="mod-uuid" rev="1.3" />
[io.avaje/mod-uuid "1.3"]
'io.avaje:mod-uuid:jar:1.3'
<parent> <groupId>org.avaje</groupId> <artifactId>java8-oss</artifactId> <version>2.1</version> </parent>
test
|-- junit:junit:4.11