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