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