| License |
License |
|---|---|
| GroupId | GroupIdcom.github.yoojia |
| ArtifactId | ArtifactIdnext-server |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionNEXT
A FAST && THIN && HIGH SCALABLE Java web framework
|
| Filename | Size |
|---|---|
| next-server-1.0.pom | |
| next-server-1.0.jar | 2 KB |
| next-server-1.0-sources.jar | 2 KB |
| next-server-1.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-server/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-server</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-server/
implementation 'com.github.yoojia:next-server:1.0'
// https://jarcasting.com/artifacts/com.github.yoojia/next-server/
implementation ("com.github.yoojia:next-server:1.0")
'com.github.yoojia:next-server:jar:1.0'
<dependency org="com.github.yoojia" name="next-server" rev="1.0">
<artifact name="next-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-server', version='1.0')
)
libraryDependencies += "com.github.yoojia" % "next-server" % "1.0"
[com.github.yoojia/next-server "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.jetty.aggregate : jetty-webapp | jar | 8.1.17.v20150415 |