License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.samsamann |
ArtifactId | ArtifactIdrest-backend |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSimple Rest Backend
Small rest backend library that use wildfly-swarm and crnk
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-backend-0.1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.samsamann/rest-backend/ -->
<dependency>
<groupId>org.bitbucket.samsamann</groupId>
<artifactId>rest-backend</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.samsamann/rest-backend/
implementation 'org.bitbucket.samsamann:rest-backend:0.1.0'
// https://jarcasting.com/artifacts/org.bitbucket.samsamann/rest-backend/
implementation ("org.bitbucket.samsamann:rest-backend:0.1.0")
'org.bitbucket.samsamann:rest-backend:pom:0.1.0'
<dependency org="org.bitbucket.samsamann" name="rest-backend" rev="0.1.0">
<artifact name="rest-backend" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.samsamann', module='rest-backend', version='0.1.0')
)
libraryDependencies += "org.bitbucket.samsamann" % "rest-backend" % "0.1.0"
[org.bitbucket.samsamann/rest-backend "0.1.0"]