GroupId | GroupIdio.mindmaps |
---|---|
ArtifactId | ArtifactIdmindmaps-graql-shell |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
mindmaps-graql-shell-0.4.0.pom | |
mindmaps-graql-shell-0.4.0.jar | 29 KB |
mindmaps-graql-shell-0.4.0-sources.jar | 23 KB |
mindmaps-graql-shell-0.4.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.mindmaps/mindmaps-graql-shell/ -->
<dependency>
<groupId>io.mindmaps</groupId>
<artifactId>mindmaps-graql-shell</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.mindmaps/mindmaps-graql-shell/
implementation 'io.mindmaps:mindmaps-graql-shell:0.4.0'
// https://jarcasting.com/artifacts/io.mindmaps/mindmaps-graql-shell/
implementation ("io.mindmaps:mindmaps-graql-shell:0.4.0")
'io.mindmaps:mindmaps-graql-shell:jar:0.4.0'
<dependency org="io.mindmaps" name="mindmaps-graql-shell" rev="0.4.0">
<artifact name="mindmaps-graql-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mindmaps', module='mindmaps-graql-shell', version='0.4.0')
)
libraryDependencies += "io.mindmaps" % "mindmaps-graql-shell" % "0.4.0"
[io.mindmaps/mindmaps-graql-shell "0.4.0"]