is not current version
Last Version 5.0.0.Final

org.eclipse.lyo:shacl 5.0.0.CR


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.lyo
ArtifactId

ArtifactId

shacl
Version

Version

5.0.0.CR
Type

Type

jar

Download shacl 5.0.0.CR


<!-- https://jarcasting.com/artifacts/org.eclipse.lyo/shacl/ -->
<dependency>
    <groupId>org.eclipse.lyo</groupId>
    <artifactId>shacl</artifactId>
    <version>5.0.0.CR</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.lyo/shacl/
implementation 'org.eclipse.lyo:shacl:5.0.0.CR'
// https://jarcasting.com/artifacts/org.eclipse.lyo/shacl/
implementation ("org.eclipse.lyo:shacl:5.0.0.CR")
'org.eclipse.lyo:shacl:jar:5.0.0.CR'
<dependency org="org.eclipse.lyo" name="shacl" rev="5.0.0.CR">
  <artifact name="shacl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.lyo', module='shacl', version='5.0.0.CR')
)
libraryDependencies += "org.eclipse.lyo" % "shacl" % "5.0.0.CR"
[org.eclipse.lyo/shacl "5.0.0.CR"]