<dependency> <groupId>com.adobe.event</groupId> <artifactId>xdm-event-model</artifactId> <version>0.92.5</version> </dependency>
implementation 'com.adobe.event:xdm-event-model:0.92.5'
implementation("com.adobe.event:xdm-event-model:0.92.5")
libraryDependencies += "com.adobe.event" % "xdm-event-model" % "0.92.5"
@Grapes( @Grab(group='com.adobe.event', module='xdm-event-model', version='0.92.5') )
<dependency org="com.adobe.event" name="xdm-event-model" rev="0.92.5" />
[com.adobe.event/xdm-event-model "0.92.5"]
'com.adobe.event:xdm-event-model:jar:0.92.5'
provided
|-- com.fasterxml.jackson.core:jackson-annotations:2.10.0
|-- javax.validation:validation-api:1.1.0.Final
test
|-- junit:junit-dep:4.11
|-- org.hamcrest:hamcrest-all:1.3
|-- com.jayway.jsonpath:json-path-assert:0.9.1
|-- org.slf4j:slf4j-log4j12:1.7.25
|-- com.fasterxml.jackson.core:jackson-databind:2.10.0