MVN

edu.stanford.swrl : swrltab-plugin

Maven & Gradle

Feb 15, 2023
24 stars

SWRLTab Plugin

<dependency>
    <groupId>edu.stanford.swrl</groupId>
    <artifactId>swrltab-plugin</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.stanford.swrl : swrltab-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Beta: 1.0.0-beta-52

All Versions

Choose a version of edu.stanford.swrl : swrltab-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
swrltab-plugin-2.1.0
2.0.x
swrltab-plugin-2.0.11
swrltab-plugin-2.0.10
swrltab-plugin-2.0.9
swrltab-plugin-2.0.8
swrltab-plugin-2.0.7
swrltab-plugin-2.0.6
swrltab-plugin-2.0.5
swrltab-plugin-2.0.4
swrltab-plugin-2.0.3
swrltab-plugin-2.0.2
swrltab-plugin-2.0.1
swrltab-plugin-2.0.0
1.1.x
swrltab-plugin-1.1.4
swrltab-plugin-1.1.3
swrltab-plugin-1.1.2
swrltab-plugin-1.1.1
swrltab-plugin-1.1.0
1.0.x
swrltab-plugin-1.0.12
swrltab-plugin-1.0.11
swrltab-plugin-1.0.10
swrltab-plugin-1.0.9
swrltab-plugin-1.0.8
swrltab-plugin-1.0.7
swrltab-plugin-1.0.6
swrltab-plugin-1.0.4
swrltab-plugin-1.0.3
swrltab-plugin-1.0.0-beta-52
swrltab-plugin-1.0.0-beta-51
swrltab-plugin-1.0.0-beta-50
swrltab-plugin-1.0.0-beta-42
swrltab-plugin-1.0.0-beta-31
swrltab-plugin-1.0.0-beta-30
swrltab-plugin-1.0.0-beta-19
swrltab-plugin-1.0.0-beta-18
swrltab-plugin-1.0.0-beta-17
swrltab-plugin-1.0.0-beta-16
swrltab-plugin-1.0.0-beta-15
swrltab-plugin-1.0.0-beta-14
swrltab-plugin-1.0.0-beta-13
swrltab-plugin-1.0.0-beta-12
swrltab-plugin-1.0.0-beta-11
swrltab-plugin-1.0.0-beta-10
swrltab-plugin-1.0.0-beta-9
swrltab-plugin-1.0.0-beta-8
swrltab-plugin-1.0.0-beta-7
swrltab-plugin-1.0.0-beta-6
swrltab-plugin-1.0.0-beta-5
swrltab-plugin-1.0.0-beta-4
swrltab-plugin-1.0.0-beta-3
swrltab-plugin-1.0.0-beta-2
swrltab-plugin-1.0.0-beta-1

How to add a dependency to Maven

Add the following edu.stanford.swrl : swrltab-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.stanford.swrl</groupId>
    <artifactId>swrltab-plugin</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.stanford.swrl : swrltab-plugin gradle dependency to your build.gradle file:

implementation 'edu.stanford.swrl:swrltab-plugin:2.1.0'

Gradle Kotlin DSL: Add the following edu.stanford.swrl : swrltab-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.stanford.swrl:swrltab-plugin:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.stanford.swrl : swrltab-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.stanford.swrl" % "swrltab-plugin" % "2.1.0"

Advertisement