Categories |
CategoriesNet config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdnet.aethersanctum.lilrest |
ArtifactId | ArtifactIdlilrest-config |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
lilrest-config-0.1.0.pom | |
lilrest-config-0.1.0.jar | 5 KB |
lilrest-config-0.1.0-sources.jar | 3 KB |
lilrest-config-0.1.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-config/ -->
<dependency>
<groupId>net.aethersanctum.lilrest</groupId>
<artifactId>lilrest-config</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-config/
implementation 'net.aethersanctum.lilrest:lilrest-config:0.1.0'
// https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-config/
implementation ("net.aethersanctum.lilrest:lilrest-config:0.1.0")
'net.aethersanctum.lilrest:lilrest-config:jar:0.1.0'
<dependency org="net.aethersanctum.lilrest" name="lilrest-config" rev="0.1.0">
<artifact name="lilrest-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.aethersanctum.lilrest', module='lilrest-config', version='0.1.0')
)
libraryDependencies += "net.aethersanctum.lilrest" % "lilrest-config" % "0.1.0"
[net.aethersanctum.lilrest/lilrest-config "0.1.0"]