<dependency> <groupId>io.atlasmap</groupId> <artifactId>atlas-model</artifactId> <version>1.20.0</version> <type>bundle</type> </dependency>
implementation 'io.atlasmap:atlas-model:1.20.0'
implementation("io.atlasmap:atlas-model:1.20.0")
libraryDependencies += "io.atlasmap" % "atlas-model" % "1.20.0"
@Grapes( @Grab(group='io.atlasmap', module='atlas-model', version='1.20.0') )
<dependency org="io.atlasmap" name="atlas-model" rev="1.20.0" />
[io.atlasmap/atlas-model "1.20.0"]
'io.atlasmap:atlas-model:jar:1.20.0'
<parent> <groupId>io.atlasmap</groupId> <artifactId>atlas-parent</artifactId> <version>1.20.0</version> </parent>
compile
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.core:jackson-core
test
|-- javax.xml.bind:jaxb-api
|-- javax.xml:jaxb-impl
|-- junit:junit