| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdio.github.ibuildthecloud |
| ArtifactId | ArtifactIdgdapi-java-server |
| Last Version | Last Version0.11.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Server GD-API Spec Implementation
Java Server GD-API Spec Implementation
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| gdapi-java-server-0.11.3.pom | |
| gdapi-java-server-0.11.3.jar | 164 KB |
| gdapi-java-server-0.11.3-sources.jar | 86 KB |
| gdapi-java-server-0.11.3-javadoc.jar | 730 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ibuildthecloud/gdapi-java-server/ -->
<dependency>
<groupId>io.github.ibuildthecloud</groupId>
<artifactId>gdapi-java-server</artifactId>
<version>0.11.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ibuildthecloud/gdapi-java-server/
implementation 'io.github.ibuildthecloud:gdapi-java-server:0.11.3'
// https://jarcasting.com/artifacts/io.github.ibuildthecloud/gdapi-java-server/
implementation ("io.github.ibuildthecloud:gdapi-java-server:0.11.3")
'io.github.ibuildthecloud:gdapi-java-server:jar:0.11.3'
<dependency org="io.github.ibuildthecloud" name="gdapi-java-server" rev="0.11.3">
<artifact name="gdapi-java-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ibuildthecloud', module='gdapi-java-server', version='0.11.3')
)
libraryDependencies += "io.github.ibuildthecloud" % "gdapi-java-server" % "0.11.3"
[io.github.ibuildthecloud/gdapi-java-server "0.11.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-beanutils : commons-beanutils | jar | 1.8.3 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| javax.inject : javax.inject | jar | 1 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| commons-fileupload : commons-fileupload | jar | 1.3.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.3.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.3.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.3.1 |
| com.fasterxml.jackson.module : jackson-module-jaxb-annotations | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |