GroupId | GroupIdfm.last |
---|---|
ArtifactId | ArtifactIdmoji |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
moji-1.3.0.pom | |
moji-1.3.0.jar | 91 KB |
moji-1.3.0-sources.jar | 63 KB |
moji-1.3.0-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fm.last/moji/ -->
<dependency>
<groupId>fm.last</groupId>
<artifactId>moji</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/fm.last/moji/
implementation 'fm.last:moji:1.3.0'
// https://jarcasting.com/artifacts/fm.last/moji/
implementation ("fm.last:moji:1.3.0")
'fm.last:moji:jar:1.3.0'
<dependency org="fm.last" name="moji" rev="1.3.0">
<artifact name="moji" type="jar" />
</dependency>
@Grapes(
@Grab(group='fm.last', module='moji', version='1.3.0')
)
libraryDependencies += "fm.last" % "moji" % "1.3.0"
[fm.last/moji "1.3.0"]