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