Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.microsoft.azure |
ArtifactId | ArtifactIdspring-data-gremlin-boot-starter |
Version | Version2.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-gremlin-boot-starter/ -->
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>spring-data-gremlin-boot-starter</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-gremlin-boot-starter/
implementation 'com.microsoft.azure:spring-data-gremlin-boot-starter:2.3.1'
// https://jarcasting.com/artifacts/com.microsoft.azure/spring-data-gremlin-boot-starter/
implementation ("com.microsoft.azure:spring-data-gremlin-boot-starter:2.3.1")
'com.microsoft.azure:spring-data-gremlin-boot-starter:jar:2.3.1'
<dependency org="com.microsoft.azure" name="spring-data-gremlin-boot-starter" rev="2.3.1">
<artifact name="spring-data-gremlin-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.azure', module='spring-data-gremlin-boot-starter', version='2.3.1')
)
libraryDependencies += "com.microsoft.azure" % "spring-data-gremlin-boot-starter" % "2.3.1"
[com.microsoft.azure/spring-data-gremlin-boot-starter "2.3.1"]