Categories |
CategoriesAxon Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIdorg.smallmind |
ArtifactId | ArtifactIdclaxon-emitter-message |
Version | Version4.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.smallmind/claxon-emitter-message/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>claxon-emitter-message</artifactId>
<version>4.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/claxon-emitter-message/
implementation 'org.smallmind:claxon-emitter-message:4.4.3'
// https://jarcasting.com/artifacts/org.smallmind/claxon-emitter-message/
implementation ("org.smallmind:claxon-emitter-message:4.4.3")
'org.smallmind:claxon-emitter-message:jar:4.4.3'
<dependency org="org.smallmind" name="claxon-emitter-message" rev="4.4.3">
<artifact name="claxon-emitter-message" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='claxon-emitter-message', version='4.4.3')
)
libraryDependencies += "org.smallmind" % "claxon-emitter-message" % "4.4.3"
[org.smallmind/claxon-emitter-message "4.4.3"]