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