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