<dependency>
<groupId>com.oregor.ddd4j</groupId>
<artifactId>ddd4j-aux-details</artifactId>
<version>ddd4j-aux-detail-publisher-activemq</version>
</dependency>
implementation group: 'com.oregor.ddd4j', name: 'ddd4j-aux-details', version: 'ddd4j-aux-detail-publisher-activemq'
implementation 'com.oregor.ddd4j:ddd4j-aux-details:ddd4j-aux-detail-publisher-activemq'
implementation("com.oregor.ddd4j:ddd4j-aux-details:ddd4j-aux-detail-publisher-activemq")
libraryDependencies += "com.oregor.ddd4j" % "ddd4j-aux-details" % "ddd4j-aux-detail-publisher-activemq"
<dependency org="com.oregor.ddd4j" name="ddd4j-aux-details" rev="ddd4j-aux-detail-publisher-activemq"/>
@Grapes(
@Grab(group='com.oregor.ddd4j', module='ddd4j-aux-details', version='ddd4j-aux-detail-publisher-activemq')
)
[com.oregor.ddd4j/ddd4j-aux-details "ddd4j-aux-detail-publisher-activemq"]
'com.oregor.ddd4j:ddd4j-aux-details:jar:ddd4j-aux-detail-publisher-activemq'