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