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