GroupId | GroupIdorg.mydotey.artemis |
---|---|
ArtifactId | ArtifactIdartemis |
Version | Version2.0.0 |
Type | Typepom |
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"]