MVN

com.yodo1.suit.plugin : common

Maven & Gradle

Aug 25, 2023

common · this is a library about Yodo1Suit

<dependency>
    <groupId>com.yodo1.suit.plugin</groupId>
    <artifactId>common</artifactId>
    <version>6.3.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yodo1.suit.plugin : common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.3.4.2

All Versions

Choose a version of com.yodo1.suit.plugin : common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.3.x
common-6.3.4.2
common-6.3.4.1
common-6.3.4.0
common-6.3.3.0
common-6.3.2.0
common-6.3.0.1
common-6.3.0.0
6.2.x
common-6.2.0.0
6.1.x
common-6.1.15.0
common-6.1.13.0
common-6.1.11.1
common-6.1.11.0
common-6.1.7.0
common-6.1.4.4
common-6.1.3.1
common-6.1.3.0

How to add a dependency to Maven

Add the following com.yodo1.suit.plugin : common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yodo1.suit.plugin</groupId>
    <artifactId>common</artifactId>
    <version>6.3.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yodo1.suit.plugin : common gradle dependency to your build.gradle file:

implementation 'com.yodo1.suit.plugin:common:6.3.4.2'

Gradle Kotlin DSL: Add the following com.yodo1.suit.plugin : common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yodo1.suit.plugin:common:6.3.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yodo1.suit.plugin : common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yodo1.suit.plugin" % "common" % "6.3.4.2"