| GroupId | GroupIdedu.stanford.swrl |
|---|---|
| ArtifactId | ArtifactIdswrlapi-parent |
| Version | Version2.0.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| swrlapi-parent-2.0.7.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/edu.stanford.swrl/swrlapi-parent/ -->
<dependency>
<groupId>edu.stanford.swrl</groupId>
<artifactId>swrlapi-parent</artifactId>
<version>2.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.swrl/swrlapi-parent/
implementation 'edu.stanford.swrl:swrlapi-parent:2.0.7'
// https://jarcasting.com/artifacts/edu.stanford.swrl/swrlapi-parent/
implementation ("edu.stanford.swrl:swrlapi-parent:2.0.7")
'edu.stanford.swrl:swrlapi-parent:pom:2.0.7'
<dependency org="edu.stanford.swrl" name="swrlapi-parent" rev="2.0.7">
<artifact name="swrlapi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.swrl', module='swrlapi-parent', version='2.0.7')
)
libraryDependencies += "edu.stanford.swrl" % "swrlapi-parent" % "2.0.7"
[edu.stanford.swrl/swrlapi-parent "2.0.7"]