Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.xenqtt |
ArtifactId | ArtifactIdxenqtt |
Version | Version0.9.6 |
Type | Typejar |
Filename | Size |
---|---|
xenqtt-0.9.6.pom | |
xenqtt-0.9.6.jar | 2 MB |
xenqtt-0.9.6-sources.jar | 201 KB |
xenqtt-0.9.6-javadoc.jar | 588 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.xenqtt/xenqtt/ -->
<dependency>
<groupId>net.sf.xenqtt</groupId>
<artifactId>xenqtt</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.xenqtt/xenqtt/
implementation 'net.sf.xenqtt:xenqtt:0.9.6'
// https://jarcasting.com/artifacts/net.sf.xenqtt/xenqtt/
implementation ("net.sf.xenqtt:xenqtt:0.9.6")
'net.sf.xenqtt:xenqtt:jar:0.9.6'
<dependency org="net.sf.xenqtt" name="xenqtt" rev="0.9.6">
<artifact name="xenqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.xenqtt', module='xenqtt', version='0.9.6')
)
libraryDependencies += "net.sf.xenqtt" % "xenqtt" % "0.9.6"
[net.sf.xenqtt/xenqtt "0.9.6"]