MVN

org.eclipse.lyo : shacl

Maven & Gradle

Jun 29, 2023
1 usages

Lyo :: Core :: SHACL

<dependency>
    <groupId>org.eclipse.lyo</groupId>
    <artifactId>shacl</artifactId>
    <version>5.1.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.lyo : shacl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.1.Final
  • Latest Release Candidate: 4.1.0.RC
  • Latest Alpha: 5.1.0-alpha

All Versions

Choose a version of org.eclipse.lyo : shacl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
shacl-5.1.1.Final
shacl-5.1.0.Final
shacl-5.1.0-alpha
5.0.x
shacl-5.0.1.CR
shacl-5.0.0.Final
shacl-5.0.0.CR
shacl-5.0.0.alpha4
shacl-5.0.0.alpha3
shacl-5.0.0.alpha2
shacl-5.0.0.alpha1
4.1.x
shacl-4.1.0
shacl-4.1.0.RC
shacl-4.1.0.M1
shacl-4.1.0.alpha1
4.0.x
shacl-4.0.0
shacl-4.0.0.RC

How to add a dependency to Maven

Add the following org.eclipse.lyo : shacl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.lyo</groupId>
    <artifactId>shacl</artifactId>
    <version>5.1.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.lyo : shacl gradle dependency to your build.gradle file:

implementation 'org.eclipse.lyo:shacl:5.1.1.Final'

Gradle Kotlin DSL: Add the following org.eclipse.lyo : shacl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.lyo:shacl:5.1.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.lyo : shacl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.lyo" % "shacl" % "5.1.1.Final"

Advertisement