shape-generation
To install it with maven: mvn clean install
License |
License |
---|---|
GroupId | GroupIdfr.inria.lille.shexjava |
ArtifactId | ArtifactIdshape-generation |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionShapeGenerator
An implementation of an api to automaticaly generate a shex or shacl shape.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shape-generation-0.1.pom | |
shape-generation-0.1.jar | 81 KB |
shape-generation-0.1-sources.jar | 48 KB |
shape-generation-0.1-javadoc.jar | 280 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.inria.lille.shexjava/shape-generation/ -->
<dependency>
<groupId>fr.inria.lille.shexjava</groupId>
<artifactId>shape-generation</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.inria.lille.shexjava/shape-generation/
implementation 'fr.inria.lille.shexjava:shape-generation:0.1'
// https://jarcasting.com/artifacts/fr.inria.lille.shexjava/shape-generation/
implementation ("fr.inria.lille.shexjava:shape-generation:0.1")
'fr.inria.lille.shexjava:shape-generation:jar:0.1'
<dependency org="fr.inria.lille.shexjava" name="shape-generation" rev="0.1">
<artifact name="shape-generation" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.inria.lille.shexjava', module='shape-generation', version='0.1')
)
libraryDependencies += "fr.inria.lille.shexjava" % "shape-generation" % "0.1"
[fr.inria.lille.shexjava/shape-generation "0.1"]
Group / Artifact | Type | Version |
---|---|---|
fr.inria.lille.shexjava : shexjava-core | jar | 1.3alpha |
org.antlr : antlr4-runtime | jar | 4.7.1 |
org.eclipse.rdf4j : rdf4j-runtime | jar | 2.5.2 |
org.eclipse.rdf4j : rdf4j-shacl | jar | 2.5.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
To install it with maven: mvn clean install