MVN

com.thorstenmarx.webtools : webtools-api

Maven & Gradle

Aug 13, 2020
6 usages

webtools-api · API for the webTools-Platform.

<dependency>
    <groupId>com.thorstenmarx.webtools</groupId>
    <artifactId>webtools-api</artifactId>
    <version>5.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thorstenmarx.webtools : webtools-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.0

All Versions

Choose a version of com.thorstenmarx.webtools : webtools-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
webtools-api-5.3.0
5.2.x
webtools-api-5.2.4
webtools-api-5.2.2
webtools-api-5.2.1
webtools-api-5.2.0
5.1.x
webtools-api-5.1.1
webtools-api-5.1.0
5.0.x
webtools-api-5.0.0
4.3.x
webtools-api-4.3.1
webtools-api-4.3.0
4.2.x
webtools-api-4.2.0
4.1.x
webtools-api-4.1.0
4.0.x
webtools-api-4.0.0
3.3.x
webtools-api-3.3.2
webtools-api-3.3.0
3.2.x
webtools-api-3.2.0
3.1.x
webtools-api-3.1.0
3.0.x
webtools-api-3.0.0
2.4.x
webtools-api-2.4.2
webtools-api-2.4.1
webtools-api-2.4.0
2.3.x
webtools-api-2.3.0
2.2.x
webtools-api-2.2.0
2.1.x
webtools-api-2.1.0
2.0.x
webtools-api-2.0.0
1.14.x
webtools-api-1.14.0
1.13.x
webtools-api-1.13.0
1.12.x
webtools-api-1.12.0
1.11.x
webtools-api-1.11.2
webtools-api-1.11.1
webtools-api-1.11.0
1.10.x
webtools-api-1.10.1
webtools-api-1.10.0
1.9.x
webtools-api-1.9.0
1.8.x
webtools-api-1.8.0
1.7.x
webtools-api-1.7.1
webtools-api-1.7.0
1.6.x
webtools-api-1.6.0
1.5.x
webtools-api-1.5.3

How to add a dependency to Maven

Add the following com.thorstenmarx.webtools : webtools-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thorstenmarx.webtools</groupId>
    <artifactId>webtools-api</artifactId>
    <version>5.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thorstenmarx.webtools : webtools-api gradle dependency to your build.gradle file:

implementation 'com.thorstenmarx.webtools:webtools-api:5.3.0'

Gradle Kotlin DSL: Add the following com.thorstenmarx.webtools : webtools-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thorstenmarx.webtools:webtools-api:5.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thorstenmarx.webtools : webtools-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thorstenmarx.webtools" % "webtools-api" % "5.3.0"

Advertisement