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