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