GroupId | GroupIdorg.topbraid |
---|---|
ArtifactId | ArtifactIdshacl |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
shacl-1.1.0.pom | |
shacl-1.1.0.jar | 392 KB |
shacl-1.1.0-tests.jar | 102 KB |
shacl-1.1.0-test-sources.jar | 99 KB |
shacl-1.1.0-sources.jar | 308 KB |
shacl-1.1.0-javadoc.jar | 1 MB |
shacl-1.1.0-bin.zip | 11 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.topbraid/shacl/ -->
<dependency>
<groupId>org.topbraid</groupId>
<artifactId>shacl</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.topbraid/shacl/
implementation 'org.topbraid:shacl:1.1.0'
// https://jarcasting.com/artifacts/org.topbraid/shacl/
implementation ("org.topbraid:shacl:1.1.0")
'org.topbraid:shacl:jar:1.1.0'
<dependency org="org.topbraid" name="shacl" rev="1.1.0">
<artifact name="shacl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.topbraid', module='shacl', version='1.1.0')
)
libraryDependencies += "org.topbraid" % "shacl" % "1.1.0"
[org.topbraid/shacl "1.1.0"]