Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdme.manishkatoch |
ArtifactId | ArtifactIdscala-cypher-dsl |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
scala-cypher-dsl-0.3.0.pom | |
scala-cypher-dsl-0.3.0.jar | 203 KB |
scala-cypher-dsl-0.3.0-sources.jar | 21 KB |
scala-cypher-dsl-0.3.0-javadoc.jar | 389 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.manishkatoch/scala-cypher-dsl/ -->
<dependency>
<groupId>me.manishkatoch</groupId>
<artifactId>scala-cypher-dsl</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.manishkatoch/scala-cypher-dsl/
implementation 'me.manishkatoch:scala-cypher-dsl:0.3.0'
// https://jarcasting.com/artifacts/me.manishkatoch/scala-cypher-dsl/
implementation ("me.manishkatoch:scala-cypher-dsl:0.3.0")
'me.manishkatoch:scala-cypher-dsl:jar:0.3.0'
<dependency org="me.manishkatoch" name="scala-cypher-dsl" rev="0.3.0">
<artifact name="scala-cypher-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.manishkatoch', module='scala-cypher-dsl', version='0.3.0')
)
libraryDependencies += "me.manishkatoch" % "scala-cypher-dsl" % "0.3.0"
[me.manishkatoch/scala-cypher-dsl "0.3.0"]