GroupId | GroupIdse.alipsa |
---|---|
ArtifactId | ArtifactIdsimple-rest |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
simple-rest-1.0.0.pom | |
simple-rest-1.0.0.jar | 12 KB |
simple-rest-1.0.0-sources.jar | 6 KB |
simple-rest-1.0.0-javadoc.jar | 420 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.alipsa/simple-rest/ -->
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>simple-rest</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.alipsa/simple-rest/
implementation 'se.alipsa:simple-rest:1.0.0'
// https://jarcasting.com/artifacts/se.alipsa/simple-rest/
implementation ("se.alipsa:simple-rest:1.0.0")
'se.alipsa:simple-rest:jar:1.0.0'
<dependency org="se.alipsa" name="simple-rest" rev="1.0.0">
<artifact name="simple-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.alipsa', module='simple-rest', version='1.0.0')
)
libraryDependencies += "se.alipsa" % "simple-rest" % "1.0.0"
[se.alipsa/simple-rest "1.0.0"]