GroupId | GroupIdcom.github.runeflobakk |
---|---|
ArtifactId | ArtifactIdmotif |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
motif-0.7.pom | |
motif-0.7.jar | 154 KB |
motif-0.7-sources.jar | 61 KB |
motif-0.7-javadoc.jar | 469 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.runeflobakk/motif/ -->
<dependency>
<groupId>com.github.runeflobakk</groupId>
<artifactId>motif</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.runeflobakk/motif/
implementation 'com.github.runeflobakk:motif:0.7'
// https://jarcasting.com/artifacts/com.github.runeflobakk/motif/
implementation ("com.github.runeflobakk:motif:0.7")
'com.github.runeflobakk:motif:jar:0.7'
<dependency org="com.github.runeflobakk" name="motif" rev="0.7">
<artifact name="motif" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.runeflobakk', module='motif', version='0.7')
)
libraryDependencies += "com.github.runeflobakk" % "motif" % "0.7"
[com.github.runeflobakk/motif "0.7"]