MVN

com.github.javaclub : sword

Maven & Gradle

Apr 09, 2023

sword-1.8.2 · Javaclub sword

<dependency>
    <groupId>com.github.javaclub</groupId>
    <artifactId>sword</artifactId>
    <version>1.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.javaclub : sword to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.2

All Versions

Choose a version of com.github.javaclub : sword to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
sword-1.8.2
sword-1.8.1
sword-1.8.0
1.7.x
sword-1.7.6
sword-1.7.5
sword-1.7.4
sword-1.7.3
sword-1.7.2
sword-1.7.1
sword-1.7.0
sword-1.7.6_21
sword-1.7.6_20
sword-1.7.6_19
sword-1.7.6_18
sword-1.7.6_17
sword-1.7.6_16
sword-1.7.6_15
sword-1.7.6_14
sword-1.7.6_13
sword-1.7.6_12
sword-1.7.6_11
sword-1.7.6_10
sword-1.7.6_08
sword-1.7.6_07
sword-1.7.6_06
sword-1.7.6_05
sword-1.7.6_04
sword-1.7.6_02
sword-1.7.6_01
1.6.x
sword-1.6.9
sword-1.6.5
1.5.x
sword-1.5.7
sword-1.5.6
sword-1.5.5
sword-1.5.3
sword-1.5.2
sword-1.5.1
sword-1.5.0
1.4.x
sword-1.4.9
sword-1.4.8
sword-1.4.7
sword-1.4.6
sword-1.4.5
sword-1.4.4
sword-1.4.3
sword-1.4.2
sword-1.4.1
sword-1.4.0
1.3.x
sword-1.3.9
sword-1.3.8
sword-1.3.7
sword-1.3.6
sword-1.3.5
sword-1.3.4
sword-1.3.3
sword-1.3.2
sword-1.3.1
sword-1.3.0
1.2.x
sword-1.2.9
sword-1.2.8
sword-1.2.7
sword-1.2.6
sword-1.2.5
sword-1.2.4
sword-1.2.3
sword-1.2.2
sword-1.2.1
sword-1.2.0
1.1.x
sword-1.1.9
sword-1.1.7
sword-1.1.6
sword-1.1.5
sword-1.1.4
sword-1.1.3

How to add a dependency to Maven

Add the following com.github.javaclub : sword maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.javaclub</groupId>
    <artifactId>sword</artifactId>
    <version>1.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.javaclub : sword gradle dependency to your build.gradle file:

implementation 'com.github.javaclub:sword:1.8.2'

Gradle Kotlin DSL: Add the following com.github.javaclub : sword gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.javaclub:sword:1.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.javaclub : sword sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.javaclub" % "sword" % "1.8.2"

Advertisement