MVN

com.sta-soft : xtools

Maven & Gradle

Apr 14, 2021

XTools · Executable tools for all projects.

<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>xtools</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sta-soft : xtools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of com.sta-soft : xtools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
xtools-1.10
1.9
xtools-1.9
1.8
xtools-1.8
1.7
xtools-1.7
1.6
xtools-1.6
1.5
xtools-1.5
1.4
xtools-1.4
1.3
xtools-1.3

How to add a dependency to Maven

Add the following com.sta-soft : xtools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>xtools</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sta-soft : xtools gradle dependency to your build.gradle file:

implementation 'com.sta-soft:xtools:1.10'

Gradle Kotlin DSL: Add the following com.sta-soft : xtools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sta-soft:xtools:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sta-soft : xtools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sta-soft" % "xtools" % "1.10"

Advertisement