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