License |
License |
---|---|
GroupId | GroupIdcom.github.edgar615 |
ArtifactId | ArtifactIdmicroservice-scaffold |
Version | Version0.2.7 |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
microservice-scaffold-0.2.7.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/microservice-scaffold/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>microservice-scaffold</artifactId>
<version>0.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/microservice-scaffold/
implementation 'com.github.edgar615:microservice-scaffold:0.2.7'
// https://jarcasting.com/artifacts/com.github.edgar615/microservice-scaffold/
implementation ("com.github.edgar615:microservice-scaffold:0.2.7")
'com.github.edgar615:microservice-scaffold:pom:0.2.7'
<dependency org="com.github.edgar615" name="microservice-scaffold" rev="0.2.7">
<artifact name="microservice-scaffold" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='microservice-scaffold', version='0.2.7')
)
libraryDependencies += "com.github.edgar615" % "microservice-scaffold" % "0.2.7"
[com.github.edgar615/microservice-scaffold "0.2.7"]