| GroupId | GroupIdcom.github.idouzi |
|---|---|
| ArtifactId | ArtifactIdserver |
| Version | Version1.1-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| server-1.1-RELEASE.pom | |
| server-1.1-RELEASE.jar | 12 KB |
| server-1.1-RELEASE-sources.jar | 5 KB |
| server-1.1-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.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.idouzi/server/
implementation 'com.github.idouzi:server:1.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.idouzi/server/
implementation ("com.github.idouzi:server:1.1-RELEASE")
'com.github.idouzi:server:jar:1.1-RELEASE'
<dependency org="com.github.idouzi" name="server" rev="1.1-RELEASE">
<artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.idouzi', module='server', version='1.1-RELEASE')
)
libraryDependencies += "com.github.idouzi" % "server" % "1.1-RELEASE"
[com.github.idouzi/server "1.1-RELEASE"]