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