GroupId | GroupIdcom.github.ykiselev |
---|---|
ArtifactId | ArtifactIdsprite-font |
Version | Version1.9 |
Type | Typepom |
Filename | Size |
---|---|
sprite-font-1.9.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ykiselev/sprite-font/ -->
<dependency>
<groupId>com.github.ykiselev</groupId>
<artifactId>sprite-font</artifactId>
<version>1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/sprite-font/
implementation 'com.github.ykiselev:sprite-font:1.9'
// https://jarcasting.com/artifacts/com.github.ykiselev/sprite-font/
implementation ("com.github.ykiselev:sprite-font:1.9")
'com.github.ykiselev:sprite-font:pom:1.9'
<dependency org="com.github.ykiselev" name="sprite-font" rev="1.9">
<artifact name="sprite-font" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='sprite-font', version='1.9')
)
libraryDependencies += "com.github.ykiselev" % "sprite-font" % "1.9"
[com.github.ykiselev/sprite-font "1.9"]