GroupId | GroupIdcom.github.edgar615 |
---|---|
ArtifactId | ArtifactIdmicroservice-scaffold |
Version | Version0.2.2 |
Type | Typepom |
Filename | Size |
---|---|
microservice-scaffold-0.2.2.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.edgar615/microservice-scaffold/ -->
<dependency>
<groupId>com.github.edgar615</groupId>
<artifactId>microservice-scaffold</artifactId>
<version>0.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.edgar615/microservice-scaffold/
implementation 'com.github.edgar615:microservice-scaffold:0.2.2'
// https://jarcasting.com/artifacts/com.github.edgar615/microservice-scaffold/
implementation ("com.github.edgar615:microservice-scaffold:0.2.2")
'com.github.edgar615:microservice-scaffold:pom:0.2.2'
<dependency org="com.github.edgar615" name="microservice-scaffold" rev="0.2.2">
<artifact name="microservice-scaffold" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.edgar615', module='microservice-scaffold', version='0.2.2')
)
libraryDependencies += "com.github.edgar615" % "microservice-scaffold" % "0.2.2"
[com.github.edgar615/microservice-scaffold "0.2.2"]