MVN

cloud.agileframework : agile-data-common

Maven & Gradle

Mar 21, 2023
2 usages
0 stars

agile-data-common · agile-context

<dependency>
    <groupId>cloud.agileframework</groupId>
    <artifactId>agile-data-common</artifactId>
    <version>2.2.0.M7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cloud.agileframework : agile-data-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0.M7

All Versions

Choose a version of cloud.agileframework : agile-data-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
agile-data-common-2.2.0.M7
agile-data-common-2.2.0.M6
agile-data-common-2.2.0.M5
agile-data-common-2.2.0.M4
agile-data-common-2.2.0.M3
agile-data-common-2.2.0.M2
agile-data-common-2.2.0.M1
agile-data-common-2.2.0
2.1.x
agile-data-common-2.1.0.M74
agile-data-common-2.1.0.M73
agile-data-common-2.1.0.M72
agile-data-common-2.1.0.M71
agile-data-common-2.1.0.M70
agile-data-common-2.1.0.M69
agile-data-common-2.1.0.M68
agile-data-common-2.1.0.M67
agile-data-common-2.1.0.M66
agile-data-common-2.1.0.M65
agile-data-common-2.1.0.M64
agile-data-common-2.1.0.M63
agile-data-common-2.1.0.M62
agile-data-common-2.1.0.M61
agile-data-common-2.1.0.M60
agile-data-common-2.1.0.M59
agile-data-common-2.1.0.M58
agile-data-common-2.1.0.M57
agile-data-common-2.1.0.M56
agile-data-common-2.1.0.M55
agile-data-common-2.1.0.M54
agile-data-common-2.1.0.M52
agile-data-common-2.1.0.M51
agile-data-common-2.1.0.M49
agile-data-common-2.1.0.M48
agile-data-common-2.1.0.M47
agile-data-common-2.1.0.M46
agile-data-common-2.1.0.M45
agile-data-common-2.1.0.M43
agile-data-common-2.1.0.M42
agile-data-common-2.1.0.M41
agile-data-common-2.1.0.M40
agile-data-common-2.1.0.M38
agile-data-common-2.1.0.M37
agile-data-common-2.1.0.M36
agile-data-common-2.1.0.M35
agile-data-common-2.1.0.M20
agile-data-common-2.1.0.M19
agile-data-common-2.1.0.M18
agile-data-common-2.1.0.M17
agile-data-common-2.1.0.M16
agile-data-common-2.1.0.M15
agile-data-common-2.1.0.M10
agile-data-common-2.1.0.M9
agile-data-common-2.1.0.M8

How to add a dependency to Maven

Add the following cloud.agileframework : agile-data-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cloud.agileframework</groupId>
    <artifactId>agile-data-common</artifactId>
    <version>2.2.0.M7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cloud.agileframework : agile-data-common gradle dependency to your build.gradle file:

implementation 'cloud.agileframework:agile-data-common:2.2.0.M7'

Gradle Kotlin DSL: Add the following cloud.agileframework : agile-data-common gradle kotlin dependency to your build.gradle.kts file:

implementation("cloud.agileframework:agile-data-common:2.2.0.M7")

How to add a dependency to SBT Scala

SBT Scala: Add the following cloud.agileframework : agile-data-common sbt scala dependency to your build.sbt file:

libraryDependencies += "cloud.agileframework" % "agile-data-common" % "2.2.0.M7"

Advertisement