is not current version
Last Version 2.0.1

org.mydotey.artemis:artemis 2.0.0

Artemis Service Registry

GroupId

GroupId

org.mydotey.artemis
ArtifactId

ArtifactId

artemis
Version

Version

2.0.0
Type

Type

pom

Download artemis 2.0.0

Filename Size
artemis-2.0.0.pom 24 KB
Browse

<!-- https://jarcasting.com/artifacts/org.mydotey.artemis/artemis/ -->
<dependency>
    <groupId>org.mydotey.artemis</groupId>
    <artifactId>artemis</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis/
implementation 'org.mydotey.artemis:artemis:2.0.0'
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis/
implementation ("org.mydotey.artemis:artemis:2.0.0")
'org.mydotey.artemis:artemis:pom:2.0.0'
<dependency org="org.mydotey.artemis" name="artemis" rev="2.0.0">
  <artifact name="artemis" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.artemis', module='artemis', version='2.0.0')
)
libraryDependencies += "org.mydotey.artemis" % "artemis" % "2.0.0"
[org.mydotey.artemis/artemis "2.0.0"]