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