License |
License |
---|---|
GroupId | GroupIdorg.mydotey.artemis |
ArtifactId | ArtifactIdartemis-test |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionartemis-test
Artemis Service Registry
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
artemis-test-2.0.1.pom | |
artemis-test-2.0.1.jar | 2 KB |
artemis-test-2.0.1-sources.jar | 2 KB |
artemis-test-2.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-test/
implementation 'org.mydotey.artemis:artemis-test:2.0.1'
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-test/
implementation ("org.mydotey.artemis:artemis-test:2.0.1")
'org.mydotey.artemis:artemis-test:jar:2.0.1'
<dependency org="org.mydotey.artemis" name="artemis-test" rev="2.0.1">
<artifact name="artemis-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.artemis', module='artemis-test', version='2.0.1')
)
libraryDependencies += "org.mydotey.artemis" % "artemis-test" % "2.0.1"
[org.mydotey.artemis/artemis-test "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mydotey.artemis : artemis-server | jar | 2.0.1 |
org.mydotey.artemis : artemis-client | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.30 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-all | jar | 1.10.19 |
org.springframework.boot : spring-boot-starter-test | jar | 2.3.6.RELEASE |