| Группа | Группаedu.stanford.swrl |
|---|---|
| Идентификатор | Идентификаторswrlapi-example |
| Версия | Версия1.0.0-beta-52 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/edu.stanford.swrl/swrlapi-example/ -->
<dependency>
<groupId>edu.stanford.swrl</groupId>
<artifactId>swrlapi-example</artifactId>
<version>1.0.0-beta-52</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.swrl/swrlapi-example/
implementation 'edu.stanford.swrl:swrlapi-example:1.0.0-beta-52'
// https://jarcasting.com/artifacts/edu.stanford.swrl/swrlapi-example/
implementation ("edu.stanford.swrl:swrlapi-example:1.0.0-beta-52")
'edu.stanford.swrl:swrlapi-example:jar:1.0.0-beta-52'
<dependency org="edu.stanford.swrl" name="swrlapi-example" rev="1.0.0-beta-52">
<artifact name="swrlapi-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.swrl', module='swrlapi-example', version='1.0.0-beta-52')
)
libraryDependencies += "edu.stanford.swrl" % "swrlapi-example" % "1.0.0-beta-52"
[edu.stanford.swrl/swrlapi-example "1.0.0-beta-52"]