License |
License |
---|---|
Categories |
CategoriesData Net |
GroupId | GroupIdnet.vortexdata.tsqpf |
ArtifactId | ArtifactIdtsqpf |
Version | Version2.1.0 |
Type | Typejar |
Description |
DescriptionTeamspeak Query Plugin Framework
The Teamspeak Query Plugin Framework unifies and simplifies query plugin development for Teamspeak servers.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tsqpf-2.1.0.pom | |
tsqpf-2.1.0.jar | 104 KB |
tsqpf-2.1.0-sources.jar | 101 KB |
tsqpf-2.1.0-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.vortexdata.tsqpf/tsqpf/ -->
<dependency>
<groupId>net.vortexdata.tsqpf</groupId>
<artifactId>tsqpf</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.vortexdata.tsqpf/tsqpf/
implementation 'net.vortexdata.tsqpf:tsqpf:2.1.0'
// https://jarcasting.com/artifacts/net.vortexdata.tsqpf/tsqpf/
implementation ("net.vortexdata.tsqpf:tsqpf:2.1.0")
'net.vortexdata.tsqpf:tsqpf:jar:2.1.0'
<dependency org="net.vortexdata.tsqpf" name="tsqpf" rev="2.1.0">
<artifact name="tsqpf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.vortexdata.tsqpf', module='tsqpf', version='2.1.0')
)
libraryDependencies += "net.vortexdata.tsqpf" % "tsqpf" % "2.1.0"
[net.vortexdata.tsqpf/tsqpf "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.theholywaffle : teamspeak3-api | jar | 1.2.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
org.apache.logging.log4j : log4j-core | jar | 2.12.1 |
log4j : log4j | jar | 1.2.14 |
log4j : apache-log4j-extras | jar | 1.2.17 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
com.amihaiemil.web : eo-yaml | jar | 2.0.1 |
junit : junit | jar | 4.12 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0-M1 |