<dependency> <groupId>io.atlasmap</groupId> <artifactId>atlas-model</artifactId> <version>1.30.2</version> <type>bundle</type> </dependency>
implementation 'io.atlasmap:atlas-model:1.30.2'
implementation("io.atlasmap:atlas-model:1.30.2")
libraryDependencies += "io.atlasmap" % "atlas-model" % "1.30.2"
@Grapes( @Grab(group='io.atlasmap', module='atlas-model', version='1.30.2') )
<dependency org="io.atlasmap" name="atlas-model" rev="1.30.2" />
[io.atlasmap/atlas-model "1.30.2"]
'io.atlasmap:atlas-model:jar:1.30.2'
<parent> <groupId>io.atlasmap</groupId> <artifactId>atlas-parent</artifactId> <version>1.30.2</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