Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.joepritzel |
ArtifactId | ArtifactIdtaunet |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
taunet-1.3.pom | |
taunet-1.3.jar | 29 KB |
taunet-1.3-sources.jar | 16 KB |
taunet-1.3-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.joepritzel/taunet/ -->
<dependency>
<groupId>com.joepritzel</groupId>
<artifactId>taunet</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.joepritzel/taunet/
implementation 'com.joepritzel:taunet:1.3'
// https://jarcasting.com/artifacts/com.joepritzel/taunet/
implementation ("com.joepritzel:taunet:1.3")
'com.joepritzel:taunet:jar:1.3'
<dependency org="com.joepritzel" name="taunet" rev="1.3">
<artifact name="taunet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joepritzel', module='taunet', version='1.3')
)
libraryDependencies += "com.joepritzel" % "taunet" % "1.3"
[com.joepritzel/taunet "1.3"]