GroupId | GroupIdorg.mydotey.artemis |
---|---|
ArtifactId | ArtifactIdartemis-server |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
artemis-server-2.0.0.pom | |
artemis-server-2.0.0.jar | 39 KB |
artemis-server-2.0.0-sources.jar | 23 KB |
artemis-server-2.0.0-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-server/ -->
<dependency>
<groupId>org.mydotey.artemis</groupId>
<artifactId>artemis-server</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-server/
implementation 'org.mydotey.artemis:artemis-server:2.0.0'
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-server/
implementation ("org.mydotey.artemis:artemis-server:2.0.0")
'org.mydotey.artemis:artemis-server:jar:2.0.0'
<dependency org="org.mydotey.artemis" name="artemis-server" rev="2.0.0">
<artifact name="artemis-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.artemis', module='artemis-server', version='2.0.0')
)
libraryDependencies += "org.mydotey.artemis" % "artemis-server" % "2.0.0"
[org.mydotey.artemis/artemis-server "2.0.0"]