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