GroupId | GroupIdcom.github.ykiselev |
---|---|
ArtifactId | ArtifactIdassets |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
assets-1.7.pom | |
assets-1.7.jar | 9 KB |
assets-1.7-sources.jar | 9 KB |
assets-1.7-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ykiselev/assets/ -->
<dependency>
<groupId>com.github.ykiselev</groupId>
<artifactId>assets</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/assets/
implementation 'com.github.ykiselev:assets:1.7'
// https://jarcasting.com/artifacts/com.github.ykiselev/assets/
implementation ("com.github.ykiselev:assets:1.7")
'com.github.ykiselev:assets:jar:1.7'
<dependency org="com.github.ykiselev" name="assets" rev="1.7">
<artifact name="assets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='assets', version='1.7')
)
libraryDependencies += "com.github.ykiselev" % "assets" % "1.7"
[com.github.ykiselev/assets "1.7"]