GroupId | GroupIdcom.github.ykiselev |
---|---|
ArtifactId | ArtifactIdsprite-font |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
sprite-font-1.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/sprite-font/
implementation 'com.github.ykiselev:sprite-font:1.4'
// https://jarcasting.com/artifacts/com.github.ykiselev/sprite-font/
implementation ("com.github.ykiselev:sprite-font:1.4")
'com.github.ykiselev:sprite-font:pom:1.4'
<dependency org="com.github.ykiselev" name="sprite-font" rev="1.4">
<artifact name="sprite-font" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='sprite-font', version='1.4')
)
libraryDependencies += "com.github.ykiselev" % "sprite-font" % "1.4"
[com.github.ykiselev/sprite-font "1.4"]