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