| GroupId | GroupIdcom.github.yoojia |
|---|---|
| ArtifactId | ArtifactIdnext-web-server |
| Version | Version2.0-alpha |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yoojia/next-web-server/ -->
<dependency>
<groupId>com.github.yoojia</groupId>
<artifactId>next-web-server</artifactId>
<version>2.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-server/
implementation 'com.github.yoojia:next-web-server:2.0-alpha'
// https://jarcasting.com/artifacts/com.github.yoojia/next-web-server/
implementation ("com.github.yoojia:next-web-server:2.0-alpha")
'com.github.yoojia:next-web-server:jar:2.0-alpha'
<dependency org="com.github.yoojia" name="next-web-server" rev="2.0-alpha">
<artifact name="next-web-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yoojia', module='next-web-server', version='2.0-alpha')
)
libraryDependencies += "com.github.yoojia" % "next-web-server" % "2.0-alpha"
[com.github.yoojia/next-web-server "2.0-alpha"]