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