Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.ganchix |
ArtifactId | ArtifactIdarangodb-spring-boot-parent |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
arangodb-spring-boot-parent-1.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ganchix/arangodb-spring-boot-parent/ -->
<dependency>
<groupId>io.github.ganchix</groupId>
<artifactId>arangodb-spring-boot-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ganchix/arangodb-spring-boot-parent/
implementation 'io.github.ganchix:arangodb-spring-boot-parent:1.0.2'
// https://jarcasting.com/artifacts/io.github.ganchix/arangodb-spring-boot-parent/
implementation ("io.github.ganchix:arangodb-spring-boot-parent:1.0.2")
'io.github.ganchix:arangodb-spring-boot-parent:pom:1.0.2'
<dependency org="io.github.ganchix" name="arangodb-spring-boot-parent" rev="1.0.2">
<artifact name="arangodb-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.ganchix', module='arangodb-spring-boot-parent', version='1.0.2')
)
libraryDependencies += "io.github.ganchix" % "arangodb-spring-boot-parent" % "1.0.2"
[io.github.ganchix/arangodb-spring-boot-parent "1.0.2"]