License |
License |
---|---|
GroupId | GroupIdcom.github.theholywaffle |
ArtifactId | ArtifactIdteamspeak3-api |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionTeamSpeak 3 Java API
A Java wrapper of the TeamSpeak 3 Server Query API
|
Project URL |
Project URL |
Filename | Size |
---|---|
teamspeak3-api-1.3.0.pom | |
teamspeak3-api-1.3.0.jar | 209 KB |
teamspeak3-api-1.3.0-with-dependencies.jar | 6 MB |
teamspeak3-api-1.3.0-sources.jar | 226 KB |
teamspeak3-api-1.3.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.theholywaffle/teamspeak3-api/ -->
<dependency>
<groupId>com.github.theholywaffle</groupId>
<artifactId>teamspeak3-api</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.theholywaffle/teamspeak3-api/
implementation 'com.github.theholywaffle:teamspeak3-api:1.3.0'
// https://jarcasting.com/artifacts/com.github.theholywaffle/teamspeak3-api/
implementation ("com.github.theholywaffle:teamspeak3-api:1.3.0")
'com.github.theholywaffle:teamspeak3-api:jar:1.3.0'
<dependency org="com.github.theholywaffle" name="teamspeak3-api" rev="1.3.0">
<artifact name="teamspeak3-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.theholywaffle', module='teamspeak3-api', version='1.3.0')
)
libraryDependencies += "com.github.theholywaffle" % "teamspeak3-api" % "1.3.0"
[com.github.theholywaffle/teamspeak3-api "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.hierynomus : sshj | jar | 0.31.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.30 |
junit : junit | jar | 4.13.2 |