Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.github.ibuildthecloud |
ArtifactId | ArtifactIdgdapi-java-server |
Version | Version0.10.5 |
Type | Typejar |
Filename | Size |
---|---|
gdapi-java-server-0.10.5.pom | |
gdapi-java-server-0.10.5.jar | 172 KB |
gdapi-java-server-0.10.5-sources.jar | 89 KB |
gdapi-java-server-0.10.5-javadoc.jar | 759 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.10.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ibuildthecloud/gdapi-java-server/
implementation 'io.github.ibuildthecloud:gdapi-java-server:0.10.5'
// https://jarcasting.com/artifacts/io.github.ibuildthecloud/gdapi-java-server/
implementation ("io.github.ibuildthecloud:gdapi-java-server:0.10.5")
'io.github.ibuildthecloud:gdapi-java-server:jar:0.10.5'
<dependency org="io.github.ibuildthecloud" name="gdapi-java-server" rev="0.10.5">
<artifact name="gdapi-java-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ibuildthecloud', module='gdapi-java-server', version='0.10.5')
)
libraryDependencies += "io.github.ibuildthecloud" % "gdapi-java-server" % "0.10.5"
[io.github.ibuildthecloud/gdapi-java-server "0.10.5"]