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