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