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