Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.aethersanctum.lilrest |
ArtifactId | ArtifactIdlilrest-server |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
lilrest-server-0.1.2.pom | |
lilrest-server-0.1.2.jar | 13 KB |
lilrest-server-0.1.2-tests.jar | 8 KB |
lilrest-server-0.1.2-test-sources.jar | 3 KB |
lilrest-server-0.1.2-sources.jar | 9 KB |
lilrest-server-0.1.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-server/ -->
<dependency>
<groupId>net.aethersanctum.lilrest</groupId>
<artifactId>lilrest-server</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-server/
implementation 'net.aethersanctum.lilrest:lilrest-server:0.1.2'
// https://jarcasting.com/artifacts/net.aethersanctum.lilrest/lilrest-server/
implementation ("net.aethersanctum.lilrest:lilrest-server:0.1.2")
'net.aethersanctum.lilrest:lilrest-server:jar:0.1.2'
<dependency org="net.aethersanctum.lilrest" name="lilrest-server" rev="0.1.2">
<artifact name="lilrest-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.aethersanctum.lilrest', module='lilrest-server', version='0.1.2')
)
libraryDependencies += "net.aethersanctum.lilrest" % "lilrest-server" % "0.1.2"
[net.aethersanctum.lilrest/lilrest-server "0.1.2"]