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