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