Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.lyo |
ArtifactId | ArtifactIdshacl |
Version | Version5.0.0.alpha1 |
Type | Typejar |
Filename | Size |
---|---|
shacl-5.0.0.alpha1.pom | |
shacl-5.0.0.alpha1.jar | 40 KB |
shacl-5.0.0.alpha1-sources.jar | 42 KB |
shacl-5.0.0.alpha1-javadoc.jar | 592 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.lyo/shacl/ -->
<dependency>
<groupId>org.eclipse.lyo</groupId>
<artifactId>shacl</artifactId>
<version>5.0.0.alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lyo/shacl/
implementation 'org.eclipse.lyo:shacl:5.0.0.alpha1'
// https://jarcasting.com/artifacts/org.eclipse.lyo/shacl/
implementation ("org.eclipse.lyo:shacl:5.0.0.alpha1")
'org.eclipse.lyo:shacl:jar:5.0.0.alpha1'
<dependency org="org.eclipse.lyo" name="shacl" rev="5.0.0.alpha1">
<artifact name="shacl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lyo', module='shacl', version='5.0.0.alpha1')
)
libraryDependencies += "org.eclipse.lyo" % "shacl" % "5.0.0.alpha1"
[org.eclipse.lyo/shacl "5.0.0.alpha1"]