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