<dependency> <groupId>com.github.davidmoten</groupId> <artifactId>jsmaz</artifactId> <version>0.1</version> </dependency>
implementation 'com.github.davidmoten:jsmaz:0.1'
implementation("com.github.davidmoten:jsmaz:0.1")
libraryDependencies += "com.github.davidmoten" % "jsmaz" % "0.1"
@Grapes( @Grab(group='com.github.davidmoten', module='jsmaz', version='0.1') )
<dependency org="com.github.davidmoten" name="jsmaz" rev="0.1" />
[com.github.davidmoten/jsmaz "0.1"]
'com.github.davidmoten:jsmaz:jar:0.1'
<parent> <groupId>com.github.davidmoten</groupId> <artifactId>sonatype-parent</artifactId> <version>0.1</version> </parent>
test
|-- junit:junit:4.12