is not current version
Last Version 1.9

com.github.ykiselev:assets 1.5

A simple asset framework

GroupId

GroupId

com.github.ykiselev
ArtifactId

ArtifactId

assets
Version

Version

1.5
Type

Type

jar

Download assets 1.5


<!-- https://jarcasting.com/artifacts/com.github.ykiselev/assets/ -->
<dependency>
    <groupId>com.github.ykiselev</groupId>
    <artifactId>assets</artifactId>
    <version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/assets/
implementation 'com.github.ykiselev:assets:1.5'
// https://jarcasting.com/artifacts/com.github.ykiselev/assets/
implementation ("com.github.ykiselev:assets:1.5")
'com.github.ykiselev:assets:jar:1.5'
<dependency org="com.github.ykiselev" name="assets" rev="1.5">
  <artifact name="assets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='assets', version='1.5')
)
libraryDependencies += "com.github.ykiselev" % "assets" % "1.5"
[com.github.ykiselev/assets "1.5"]