License |
License |
---|---|
Categories |
CategoriesUML Business Logic Libraries Documents Processing |
GroupId | GroupIdorg.umlg |
ArtifactId | ArtifactIdsqlg |
Version | Version2.1.0 |
Type | Typepom |
Description |
Descriptionsqlg
Sqlg is a tinkerpop 3 implementation on top of a rdbms.
|
Project URL |
Project URL |
Filename | Size |
---|---|
sqlg-2.1.0.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.umlg/sqlg/ -->
<dependency>
<groupId>org.umlg</groupId>
<artifactId>sqlg</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.umlg/sqlg/
implementation 'org.umlg:sqlg:2.1.0'
// https://jarcasting.com/artifacts/org.umlg/sqlg/
implementation ("org.umlg:sqlg:2.1.0")
'org.umlg:sqlg:pom:2.1.0'
<dependency org="org.umlg" name="sqlg" rev="2.1.0">
<artifact name="sqlg" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.umlg', module='sqlg', version='2.1.0')
)
libraryDependencies += "org.umlg" % "sqlg" % "2.1.0"
[org.umlg/sqlg "2.1.0"]