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