License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.wasdev.wlp.starters.template |
ArtifactId | ArtifactIdstarter-microservice-template |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTemplate Starters
WASdev Top Parent POM.
|
Filename | Size |
---|---|
starter-microservice-template-0.1.pom | 861 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.1</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.1'
// https://jarcasting.com/artifacts/net.wasdev.wlp.starters.template/starter-microservice-template/
implementation ("net.wasdev.wlp.starters.template:starter-microservice-template:0.1")
'net.wasdev.wlp.starters.template:starter-microservice-template:pom:0.1'
<dependency org="net.wasdev.wlp.starters.template" name="starter-microservice-template" rev="0.1">
<artifact name="starter-microservice-template" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.wasdev.wlp.starters.template', module='starter-microservice-template', version='0.1')
)
libraryDependencies += "net.wasdev.wlp.starters.template" % "starter-microservice-template" % "0.1"
[net.wasdev.wlp.starters.template/starter-microservice-template "0.1"]