Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.peachjean.tater |
ArtifactId | ArtifactIdtater-utils |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
tater-utils-0.3.pom | |
tater-utils-0.3.jar | 33 KB |
tater-utils-0.3-sources.jar | 12 KB |
tater-utils-0.3-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.peachjean.tater/tater-utils/ -->
<dependency>
<groupId>net.peachjean.tater</groupId>
<artifactId>tater-utils</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.peachjean.tater/tater-utils/
implementation 'net.peachjean.tater:tater-utils:0.3'
// https://jarcasting.com/artifacts/net.peachjean.tater/tater-utils/
implementation ("net.peachjean.tater:tater-utils:0.3")
'net.peachjean.tater:tater-utils:jar:0.3'
<dependency org="net.peachjean.tater" name="tater-utils" rev="0.3">
<artifact name="tater-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.peachjean.tater', module='tater-utils', version='0.3')
)
libraryDependencies += "net.peachjean.tater" % "tater-utils" % "0.3"
[net.peachjean.tater/tater-utils "0.3"]