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