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