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