Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.smoofyuniverse |
ArtifactId | ArtifactIdoreapi |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
oreapi-1.0.0.pom | |
oreapi-1.0.0.jar | 8 KB |
oreapi-1.0.0-sources.jar | 6 KB |
oreapi-1.0.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.smoofyuniverse/oreapi/ -->
<dependency>
<groupId>net.smoofyuniverse</groupId>
<artifactId>oreapi</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.smoofyuniverse/oreapi/
implementation 'net.smoofyuniverse:oreapi:1.0.0'
// https://jarcasting.com/artifacts/net.smoofyuniverse/oreapi/
implementation ("net.smoofyuniverse:oreapi:1.0.0")
'net.smoofyuniverse:oreapi:jar:1.0.0'
<dependency org="net.smoofyuniverse" name="oreapi" rev="1.0.0">
<artifact name="oreapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smoofyuniverse', module='oreapi', version='1.0.0')
)
libraryDependencies += "net.smoofyuniverse" % "oreapi" % "1.0.0"
[net.smoofyuniverse/oreapi "1.0.0"]