Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jnosql.artemis |
ArtifactId | ArtifactIdgraph-connections |
Version | Version0.1.0.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jnosql.artemis/graph-connections/ -->
<dependency>
<groupId>org.eclipse.jnosql.artemis</groupId>
<artifactId>graph-connections</artifactId>
<version>0.1.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jnosql.artemis/graph-connections/
implementation 'org.eclipse.jnosql.artemis:graph-connections:0.1.0.M1'
// https://jarcasting.com/artifacts/org.eclipse.jnosql.artemis/graph-connections/
implementation ("org.eclipse.jnosql.artemis:graph-connections:0.1.0.M1")
'org.eclipse.jnosql.artemis:graph-connections:jar:0.1.0.M1'
<dependency org="org.eclipse.jnosql.artemis" name="graph-connections" rev="0.1.0.M1">
<artifact name="graph-connections" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jnosql.artemis', module='graph-connections', version='0.1.0.M1')
)
libraryDependencies += "org.eclipse.jnosql.artemis" % "graph-connections" % "0.1.0.M1"
[org.eclipse.jnosql.artemis/graph-connections "0.1.0.M1"]