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