MVN

io.atlasmap : atlas-model

Maven & Gradle

Oct 10, 2022
29 usages
153 stars

Atlas :: Model

<dependency>
    <groupId>io.atlasmap</groupId>
    <artifactId>atlas-model</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.atlasmap : atlas-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2
  • Latest Beta: 1.40.0-beta1
  • Latest Alpha: 1.40.0-alpha2

All Versions

Choose a version of io.atlasmap : atlas-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
atlas-model-2.5.2
atlas-model-2.5.1
atlas-model-2.5.0
2.4.x
atlas-model-2.4.0
atlas-model-2.4.0-M.4
atlas-model-2.4.0-M.3
atlas-model-2.4.0-M.2
atlas-model-2.4.0-M.1
2.3.x
atlas-model-2.3.19
atlas-model-2.3.18
atlas-model-2.3.17
atlas-model-2.3.16
atlas-model-2.3.15
atlas-model-2.3.14
atlas-model-2.3.13
atlas-model-2.3.12
atlas-model-2.3.11
atlas-model-2.3.10
atlas-model-2.3.9
atlas-model-2.3.8
atlas-model-2.3.7
atlas-model-2.3.6
atlas-model-2.3.5
atlas-model-2.3.4
atlas-model-2.3.3
atlas-model-2.3.2
atlas-model-2.3.1
atlas-model-2.3.0
atlas-model-2.3.0-M.5
atlas-model-2.3.0-M.3
2.2.x
atlas-model-2.2.3
atlas-model-2.2.2
atlas-model-2.2.1
atlas-model-2.2.0
atlas-model-2.2.0-M.7
atlas-model-2.2.0-M.6
atlas-model-2.2.0-M.5
atlas-model-2.2.0-M.4
atlas-model-2.2.0-M.3
atlas-model-2.2.0-M.1
2.1.x
atlas-model-2.1.6
atlas-model-2.1.5
atlas-model-2.1.4
atlas-model-2.1.3
atlas-model-2.1.2
atlas-model-2.1.1
atlas-model-2.1.0
atlas-model-2.1.0-M.6
atlas-model-2.1.0-M.5
atlas-model-2.1.0-M.4
atlas-model-2.1.0-M.3
atlas-model-2.1.0-M.2
atlas-model-2.1.0-M.1
2.0.x
atlas-model-2.0.10
atlas-model-2.0.9
atlas-model-2.0.8
atlas-model-2.0.7
atlas-model-2.0.6
atlas-model-2.0.5
atlas-model-2.0.4
atlas-model-2.0.3
atlas-model-2.0.2
atlas-model-2.0.1
atlas-model-2.0.0
atlas-model-2.0.0-M.4
atlas-model-2.0.0-M.3
atlas-model-2.0.0-M.2
atlas-model-2.0.0-M.1
1.44.x
atlas-model-1.44.0-M2
atlas-model-1.44.0-M1
1.43.x
atlas-model-1.43.4
atlas-model-1.43.3
atlas-model-1.43.2
atlas-model-1.43.1
atlas-model-1.43.0
1.42.x
atlas-model-1.42.10
atlas-model-1.42.9
atlas-model-1.42.8
atlas-model-1.42.7
atlas-model-1.42.6
atlas-model-1.42.5
atlas-model-1.42.4
atlas-model-1.42.3
atlas-model-1.42.2
atlas-model-1.42.1
atlas-model-1.42.0
1.41.x
atlas-model-1.41.1
atlas-model-1.41.0
1.40.x
atlas-model-1.40.2
atlas-model-1.40.1
atlas-model-1.40.0
atlas-model-1.40.0-beta1
atlas-model-1.40.0-alpha2
atlas-model-1.40.0-alpha1
1.39.x
atlas-model-1.39.6
atlas-model-1.39.5
atlas-model-1.39.4
atlas-model-1.39.3
atlas-model-1.39.2
atlas-model-1.39.1
atlas-model-1.39.0
1.38.x
atlas-model-1.38.1
atlas-model-1.38.0
1.37.x
atlas-model-1.37.0
1.36.x
atlas-model-1.36.0
1.35.x
atlas-model-1.35.8
atlas-model-1.35.7
atlas-model-1.35.6
atlas-model-1.35.5
atlas-model-1.35.4
atlas-model-1.35.3
atlas-model-1.35.2
atlas-model-1.35.1
atlas-model-1.35.0
1.34.x
atlas-model-1.34.4
atlas-model-1.34.3
atlas-model-1.34.2
atlas-model-1.34.1
atlas-model-1.34.0
1.33.x
atlas-model-1.33.6
atlas-model-1.33.5
atlas-model-1.33.4
atlas-model-1.33.3
atlas-model-1.33.2
atlas-model-1.33.1
atlas-model-1.33.0
1.32.x
atlas-model-1.32.2
atlas-model-1.32.1
1.31.x
atlas-model-1.31.2
atlas-model-1.31.1
atlas-model-1.31.0
1.30.x
atlas-model-1.30.2
atlas-model-1.30.1
atlas-model-1.30.0
1.20.x
atlas-model-1.20.0
1.19.x
atlas-model-1.19.0
1.18.x
atlas-model-1.18.0
1.17.x
atlas-model-1.17.0

How to add a dependency to Maven

Add the following io.atlasmap : atlas-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.atlasmap</groupId>
    <artifactId>atlas-model</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.atlasmap : atlas-model gradle dependency to your build.gradle file:

implementation 'io.atlasmap:atlas-model:2.5.2'

Gradle Kotlin DSL: Add the following io.atlasmap : atlas-model gradle kotlin dependency to your build.gradle.kts file:

implementation("io.atlasmap:atlas-model:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.atlasmap : atlas-model sbt scala dependency to your build.sbt file:

libraryDependencies += "io.atlasmap" % "atlas-model" % "2.5.2"

Advertisement

Dependencies from Group

Oct 10, 2022
36 usages
153 stars
Oct 10, 2022
29 usages
153 stars
Oct 10, 2022
28 usages
153 stars
Oct 10, 2022
19 usages
153 stars
Oct 10, 2022
19 usages
153 stars

Discover Dependencies

Mar 13, 2023
41 usages
15 stars
Feb 21, 2018
26 usages
18 stars
Feb 13, 2022
60 usages
0 stars
Apr 08, 2021
27 usages
Jun 29, 2023
28 usages
1 stars
Feb 14, 2023
56 usages
20.6k stars