| GroupId | GroupIdcom.github.idouzi |
|---|---|
| ArtifactId | ArtifactIdserver |
| Version | Version1.2-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| server-1.2-RELEASE.pom | |
| server-1.2-RELEASE.jar | 12 KB |
| server-1.2-RELEASE-sources.jar | 5 KB |
| server-1.2-RELEASE-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.idouzi/server/ -->
<dependency>
<groupId>com.github.idouzi</groupId>
<artifactId>server</artifactId>
<version>1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.idouzi/server/
implementation 'com.github.idouzi:server:1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.idouzi/server/
implementation ("com.github.idouzi:server:1.2-RELEASE")
'com.github.idouzi:server:jar:1.2-RELEASE'
<dependency org="com.github.idouzi" name="server" rev="1.2-RELEASE">
<artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.idouzi', module='server', version='1.2-RELEASE')
)
libraryDependencies += "com.github.idouzi" % "server" % "1.2-RELEASE"
[com.github.idouzi/server "1.2-RELEASE"]