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