MVN

org.bitbucket.eunjeon : seunjeon_2.11

Maven & Gradle

Oct 15, 2017
3 usages

seunjeon · seunjeon

<dependency>
    <groupId>org.bitbucket.eunjeon</groupId>
    <artifactId>seunjeon_2.11</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.eunjeon : seunjeon_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of org.bitbucket.eunjeon : seunjeon_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
seunjeon_2.11-1.3.1
seunjeon_2.11-1.3.0
1.2.x
seunjeon_2.11-1.2.0
1.1.x
seunjeon_2.11-1.1.1
seunjeon_2.11-1.1.0
1.0.x
seunjeon_2.11-1.0.4
seunjeon_2.11-1.0.3
seunjeon_2.11-1.0.2
seunjeon_2.11-1.0.1
seunjeon_2.11-1.0.0
0.6.x
seunjeon_2.11-0.6.0
0.5.x
seunjeon_2.11-0.5.0
0.4.x
seunjeon_2.11-0.4.0
0.3.x
seunjeon_2.11-0.3.0
0.2.x
seunjeon_2.11-0.2.1
seunjeon_2.11-0.2.0
0.1.x
seunjeon_2.11-0.1.0

How to add a dependency to Maven

Add the following org.bitbucket.eunjeon : seunjeon_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.eunjeon</groupId>
    <artifactId>seunjeon_2.11</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.eunjeon : seunjeon_2.11 gradle dependency to your build.gradle file:

implementation 'org.bitbucket.eunjeon:seunjeon_2.11:1.3.1'

Gradle Kotlin DSL: Add the following org.bitbucket.eunjeon : seunjeon_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.eunjeon:seunjeon_2.11:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.eunjeon : seunjeon_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.eunjeon" % "seunjeon_2.11" % "1.3.1"

Advertisement