License |
License |
---|---|
GroupId | GroupIdcom.github.ykiselev |
ArtifactId | ArtifactIdassets |
Version | Version1.9 |
Type | Typejar |
Description |
Descriptionassets
A simple asset framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
assets-1.9.pom | |
assets-1.9.jar | 10 KB |
assets-1.9-sources.jar | 10 KB |
assets-1.9-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ykiselev/assets/ -->
<dependency>
<groupId>com.github.ykiselev</groupId>
<artifactId>assets</artifactId>
<version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ykiselev/assets/
implementation 'com.github.ykiselev:assets:1.9'
// https://jarcasting.com/artifacts/com.github.ykiselev/assets/
implementation ("com.github.ykiselev:assets:1.9")
'com.github.ykiselev:assets:jar:1.9'
<dependency org="com.github.ykiselev" name="assets" rev="1.9">
<artifact name="assets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ykiselev', module='assets', version='1.9')
)
libraryDependencies += "com.github.ykiselev" % "assets" % "1.9"
[com.github.ykiselev/assets "1.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.8.47 |