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