MVN

org.bitbucket.svcrvlh : eventos-commons

Maven & Gradle

Oct 21, 2016

eventos-commons · Test

<dependency>
    <groupId>org.bitbucket.svcrvlh</groupId>
    <artifactId>eventos-commons</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.svcrvlh : eventos-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of org.bitbucket.svcrvlh : eventos-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
eventos-commons-0.0.3
eventos-commons-0.0.2
eventos-commons-0.0.1

How to add a dependency to Maven

Add the following org.bitbucket.svcrvlh : eventos-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.svcrvlh</groupId>
    <artifactId>eventos-commons</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.svcrvlh : eventos-commons gradle dependency to your build.gradle file:

implementation 'org.bitbucket.svcrvlh:eventos-commons:0.0.3'

Gradle Kotlin DSL: Add the following org.bitbucket.svcrvlh : eventos-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.svcrvlh:eventos-commons:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.svcrvlh : eventos-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.svcrvlh" % "eventos-commons" % "0.0.3"

Advertisement