| Группа | Группаedu.stanford.swrl |
|---|---|
| Идентификатор | Идентификаторswrltab |
| Версия | Версия1.0.10 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| swrltab-1.0.10.pom | |
| swrltab-1.0.10.jar | 9 KB |
| swrltab-1.0.10-sources.jar | 7 KB |
| swrltab-1.0.10-javadoc.jar | 42 KB |
| swrltab-1.0.10-jar-with-dependencies.jar | 50 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/edu.stanford.swrl/swrltab/ -->
<dependency>
<groupId>edu.stanford.swrl</groupId>
<artifactId>swrltab</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/edu.stanford.swrl/swrltab/
implementation 'edu.stanford.swrl:swrltab:1.0.10'
// https://jarcasting.com/artifacts/edu.stanford.swrl/swrltab/
implementation ("edu.stanford.swrl:swrltab:1.0.10")
'edu.stanford.swrl:swrltab:jar:1.0.10'
<dependency org="edu.stanford.swrl" name="swrltab" rev="1.0.10">
<artifact name="swrltab" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.stanford.swrl', module='swrltab', version='1.0.10')
)
libraryDependencies += "edu.stanford.swrl" % "swrltab" % "1.0.10"
[edu.stanford.swrl/swrltab "1.0.10"]