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