is not current version
Last Version 0.2-RELEASE

net.caspervg.tusk4j:tusk4j 0.1-RELEASE

A library that be used to send requests to the Tusk API and communicate with other clients

Categories

Categories

Net
GroupId

GroupId

net.caspervg.tusk4j
ArtifactId

ArtifactId

tusk4j
Version

Version

0.1-RELEASE
Type

Type

jar

Download tusk4j 0.1-RELEASE


<!-- https://jarcasting.com/artifacts/net.caspervg.tusk4j/tusk4j/ -->
<dependency>
    <groupId>net.caspervg.tusk4j</groupId>
    <artifactId>tusk4j</artifactId>
    <version>0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.caspervg.tusk4j/tusk4j/
implementation 'net.caspervg.tusk4j:tusk4j:0.1-RELEASE'
// https://jarcasting.com/artifacts/net.caspervg.tusk4j/tusk4j/
implementation ("net.caspervg.tusk4j:tusk4j:0.1-RELEASE")
'net.caspervg.tusk4j:tusk4j:jar:0.1-RELEASE'
<dependency org="net.caspervg.tusk4j" name="tusk4j" rev="0.1-RELEASE">
  <artifact name="tusk4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.caspervg.tusk4j', module='tusk4j', version='0.1-RELEASE')
)
libraryDependencies += "net.caspervg.tusk4j" % "tusk4j" % "0.1-RELEASE"
[net.caspervg.tusk4j/tusk4j "0.1-RELEASE"]