Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.rapture |
ArtifactId | ArtifactIdRaptureAPI |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
RaptureAPI-3.0.1.pom | |
RaptureAPI-3.0.1.jar | 1 MB |
RaptureAPI-3.0.1-sources.jar | 1 MB |
RaptureAPI-3.0.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.rapture/RaptureAPI/ -->
<dependency>
<groupId>net.rapture</groupId>
<artifactId>RaptureAPI</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.rapture/RaptureAPI/
implementation 'net.rapture:RaptureAPI:3.0.1'
// https://jarcasting.com/artifacts/net.rapture/RaptureAPI/
implementation ("net.rapture:RaptureAPI:3.0.1")
'net.rapture:RaptureAPI:jar:3.0.1'
<dependency org="net.rapture" name="RaptureAPI" rev="3.0.1">
<artifact name="RaptureAPI" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rapture', module='RaptureAPI', version='3.0.1')
)
libraryDependencies += "net.rapture" % "RaptureAPI" % "3.0.1"
[net.rapture/RaptureAPI "3.0.1"]