| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.caspervg.tusk4j |
| ArtifactId | ArtifactIdtusk4j |
| Version | Version0.2-RELEASE |
| Type | Typejar |
| Description |
DescriptionTusk4J
A library that be used to send requests to the Tusk API and communicate with other clients
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| tusk4j-0.2-RELEASE.pom | |
| tusk4j-0.2-RELEASE.jar | 14 KB |
| tusk4j-0.2-RELEASE-sources.jar | 9 KB |
| tusk4j-0.2-RELEASE-javadoc.jar | 117 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.caspervg.tusk4j/tusk4j/ -->
<dependency>
<groupId>net.caspervg.tusk4j</groupId>
<artifactId>tusk4j</artifactId>
<version>0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.caspervg.tusk4j/tusk4j/
implementation 'net.caspervg.tusk4j:tusk4j:0.2-RELEASE'
// https://jarcasting.com/artifacts/net.caspervg.tusk4j/tusk4j/
implementation ("net.caspervg.tusk4j:tusk4j:0.2-RELEASE")
'net.caspervg.tusk4j:tusk4j:jar:0.2-RELEASE'
<dependency org="net.caspervg.tusk4j" name="tusk4j" rev="0.2-RELEASE">
<artifact name="tusk4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.caspervg.tusk4j', module='tusk4j', version='0.2-RELEASE')
)
libraryDependencies += "net.caspervg.tusk4j" % "tusk4j" % "0.2-RELEASE"
[net.caspervg.tusk4j/tusk4j "0.2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mashape.unirest : unirest-java | jar | 1.4.5 |
| com.google.code.gson : gson | jar | 2.2.4 |
| junit : junit | jar | 4.11 |