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