Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdnet.rapture |
ArtifactId | ArtifactIdRaptureAppConfig |
Version | Version3.0.2 |
Type | Typejar |
Filename | Size |
---|---|
RaptureAppConfig-3.0.2.pom | |
RaptureAppConfig-3.0.2.jar | 3 KB |
RaptureAppConfig-3.0.2-sources.jar | 3 KB |
RaptureAppConfig-3.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.rapture/RaptureAppConfig/ -->
<dependency>
<groupId>net.rapture</groupId>
<artifactId>RaptureAppConfig</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.rapture/RaptureAppConfig/
implementation 'net.rapture:RaptureAppConfig:3.0.2'
// https://jarcasting.com/artifacts/net.rapture/RaptureAppConfig/
implementation ("net.rapture:RaptureAppConfig:3.0.2")
'net.rapture:RaptureAppConfig:jar:3.0.2'
<dependency org="net.rapture" name="RaptureAppConfig" rev="3.0.2">
<artifact name="RaptureAppConfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rapture', module='RaptureAppConfig', version='3.0.2')
)
libraryDependencies += "net.rapture" % "RaptureAppConfig" % "3.0.2"
[net.rapture/RaptureAppConfig "3.0.2"]