shape-generation
To install it with maven: mvn clean install
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfr.inria.lille.shexjava |
| Идентификатор | Идентификаторshape-generation |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеShapeGenerator
An implementation of an api to automaticaly generate a shex or shacl shape.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
To install it with maven: mvn clean install