License |
License |
---|---|
GroupId | GroupIdio.bigconnect |
ArtifactId | ArtifactIdcypher-lab |
Version | Version4.2.0 |
Type | Typejar |
Description |
DescriptionBigConnect - Cypher Lab
Cypher client
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cypher-lab-4.2.0.pom | |
cypher-lab-4.2.0.jar | 3 MB |
cypher-lab-4.2.0-tests.jar | 3 KB |
cypher-lab-4.2.0-sources.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bigconnect/cypher-lab/ -->
<dependency>
<groupId>io.bigconnect</groupId>
<artifactId>cypher-lab</artifactId>
<version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.bigconnect/cypher-lab/
implementation 'io.bigconnect:cypher-lab:4.2.0'
// https://jarcasting.com/artifacts/io.bigconnect/cypher-lab/
implementation ("io.bigconnect:cypher-lab:4.2.0")
'io.bigconnect:cypher-lab:jar:4.2.0'
<dependency org="io.bigconnect" name="cypher-lab" rev="4.2.0">
<artifact name="cypher-lab" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bigconnect', module='cypher-lab', version='4.2.0')
)
libraryDependencies += "io.bigconnect" % "cypher-lab" % "4.2.0"
[io.bigconnect/cypher-lab "4.2.0"]