| GroupId | GroupIdcom.github.yoojia |
|---|---|
| ArtifactId | ArtifactIdnext-assets |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| next-assets-1.0.pom | |
| next-assets-1.0.jar | 4 KB |
| next-assets-1.0-sources.jar | 2 KB |
| next-assets-1.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-assets/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-assets</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-assets/
implementation 'com.github.yoojia:next-assets:1.0'
// https://jarcasting.com/artifacts/com.github.yoojia/next-assets/
implementation ("com.github.yoojia:next-assets:1.0")
'com.github.yoojia:next-assets:jar:1.0'
<dependency org="com.github.yoojia" name="next-assets" rev="1.0">
<artifact name="next-assets" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-assets', version='1.0')
)
libraryDependencies += "com.github.yoojia" % "next-assets" % "1.0"
[com.github.yoojia/next-assets "1.0"]