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