Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.wasdev.wlp.starters.test |
ArtifactId | ArtifactIdstarter-microservice-test |
Version | Version0.0.4 |
Type | Typepom |
Filename | Size |
---|---|
starter-microservice-test-0.0.4.pom | 851 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.4</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.4'
// https://jarcasting.com/artifacts/net.wasdev.wlp.starters.test/starter-microservice-test/
implementation ("net.wasdev.wlp.starters.test:starter-microservice-test:0.0.4")
'net.wasdev.wlp.starters.test:starter-microservice-test:pom:0.0.4'
<dependency org="net.wasdev.wlp.starters.test" name="starter-microservice-test" rev="0.0.4">
<artifact name="starter-microservice-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.wasdev.wlp.starters.test', module='starter-microservice-test', version='0.0.4')
)
libraryDependencies += "net.wasdev.wlp.starters.test" % "starter-microservice-test" % "0.0.4"
[net.wasdev.wlp.starters.test/starter-microservice-test "0.0.4"]