MVN

com.ovea.tajin.samples : aggregation

Maven & Gradle

Mar 12, 2013

Tajin :: Samples :: Aggregation

<dependency>
    <groupId>com.ovea.tajin.samples</groupId>
    <artifactId>aggregation</artifactId>
    <version>1.0.b11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ovea.tajin.samples : aggregation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.b11

All Versions

Choose a version of com.ovea.tajin.samples : aggregation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
aggregation-1.0.b11
aggregation-1.0.b10
aggregation-1.0.b9
aggregation-1.0.b8
aggregation-1.0.b7
aggregation-1.0.b6
aggregation-1.0.b5
aggregation-1.0.b4
aggregation-1.0.b3
aggregation-1.0.b2
aggregation-1.0.b1

How to add a dependency to Maven

Add the following com.ovea.tajin.samples : aggregation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ovea.tajin.samples</groupId>
    <artifactId>aggregation</artifactId>
    <version>1.0.b11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ovea.tajin.samples : aggregation gradle dependency to your build.gradle file:

implementation 'com.ovea.tajin.samples:aggregation:1.0.b11'

Gradle Kotlin DSL: Add the following com.ovea.tajin.samples : aggregation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ovea.tajin.samples:aggregation:1.0.b11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ovea.tajin.samples : aggregation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ovea.tajin.samples" % "aggregation" % "1.0.b11"