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