| GroupId | GroupIdedu.stanford.swrl |
|---|---|
| ArtifactId | ArtifactIdswrltab |
| Version | Version1.0.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| swrltab-1.0.8.pom | |
| swrltab-1.0.8.jar | 9 KB |
| swrltab-1.0.8-sources.jar | 7 KB |
| swrltab-1.0.8-javadoc.jar | 42 KB |
| swrltab-1.0.8-jar-with-dependencies.jar | 50 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.stanford.swrl/swrltab/ -->
<dependency>
<groupId>edu.stanford.swrl</groupId>
<artifactId>swrltab</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.swrl/swrltab/
implementation 'edu.stanford.swrl:swrltab:1.0.8'
// https://jarcasting.com/artifacts/edu.stanford.swrl/swrltab/
implementation ("edu.stanford.swrl:swrltab:1.0.8")
'edu.stanford.swrl:swrltab:jar:1.0.8'
<dependency org="edu.stanford.swrl" name="swrltab" rev="1.0.8">
<artifact name="swrltab" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.swrl', module='swrltab', version='1.0.8')
)
libraryDependencies += "edu.stanford.swrl" % "swrltab" % "1.0.8"
[edu.stanford.swrl/swrltab "1.0.8"]