Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.wasdev.wlp.starters.rest |
ArtifactId | ArtifactIdstarter-microservice-rest |
Version | Version0.0.6 |
Type | Typepom |
Filename | Size |
---|---|
starter-microservice-rest-0.0.6.pom | 818 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.wasdev.wlp.starters.rest/starter-microservice-rest/ -->
<dependency>
<groupId>net.wasdev.wlp.starters.rest</groupId>
<artifactId>starter-microservice-rest</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.wasdev.wlp.starters.rest/starter-microservice-rest/
implementation 'net.wasdev.wlp.starters.rest:starter-microservice-rest:0.0.6'
// https://jarcasting.com/artifacts/net.wasdev.wlp.starters.rest/starter-microservice-rest/
implementation ("net.wasdev.wlp.starters.rest:starter-microservice-rest:0.0.6")
'net.wasdev.wlp.starters.rest:starter-microservice-rest:pom:0.0.6'
<dependency org="net.wasdev.wlp.starters.rest" name="starter-microservice-rest" rev="0.0.6">
<artifact name="starter-microservice-rest" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.wasdev.wlp.starters.rest', module='starter-microservice-rest', version='0.0.6')
)
libraryDependencies += "net.wasdev.wlp.starters.rest" % "starter-microservice-rest" % "0.0.6"
[net.wasdev.wlp.starters.rest/starter-microservice-rest "0.0.6"]