is not current version
Last Version 1.3.0

com.github.theholywaffle:teamspeak3-api 1.1.0

A Java 7 wrapper of the TeamSpeak 3 Server Query API.

GroupId

GroupId

com.github.theholywaffle
ArtifactId

ArtifactId

teamspeak3-api
Version

Version

1.1.0
Type

Type

jar

Download teamspeak3-api 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.theholywaffle/teamspeak3-api/ -->
<dependency>
    <groupId>com.github.theholywaffle</groupId>
    <artifactId>teamspeak3-api</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.theholywaffle/teamspeak3-api/
implementation 'com.github.theholywaffle:teamspeak3-api:1.1.0'
// https://jarcasting.com/artifacts/com.github.theholywaffle/teamspeak3-api/
implementation ("com.github.theholywaffle:teamspeak3-api:1.1.0")
'com.github.theholywaffle:teamspeak3-api:jar:1.1.0'
<dependency org="com.github.theholywaffle" name="teamspeak3-api" rev="1.1.0">
  <artifact name="teamspeak3-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.theholywaffle', module='teamspeak3-api', version='1.1.0')
)
libraryDependencies += "com.github.theholywaffle" % "teamspeak3-api" % "1.1.0"
[com.github.theholywaffle/teamspeak3-api "1.1.0"]