License |
License |
---|---|
GroupId | GroupIdorg.mydotey.artemis |
ArtifactId | ArtifactIdartemis-common |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionartemis-common
Artemis Service Registry
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
artemis-common-2.0.1.pom | |
artemis-common-2.0.1.jar | 115 KB |
artemis-common-2.0.1-sources.jar | 61 KB |
artemis-common-2.0.1-javadoc.jar | 509 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-common/ -->
<dependency>
<groupId>org.mydotey.artemis</groupId>
<artifactId>artemis-common</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-common/
implementation 'org.mydotey.artemis:artemis-common:2.0.1'
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-common/
implementation ("org.mydotey.artemis:artemis-common:2.0.1")
'org.mydotey.artemis:artemis-common:jar:2.0.1'
<dependency org="org.mydotey.artemis" name="artemis-common" rev="2.0.1">
<artifact name="artemis-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.artemis', module='artemis-common', version='2.0.1')
)
libraryDependencies += "org.mydotey.artemis" % "artemis-common" % "2.0.1"
[org.mydotey.artemis/artemis-common "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
org.mydotey.lang : lang-extension | jar | 1.2.0 |
org.mydotey.circularbuffer : circular-buffer | jar | 1.0.0 |
org.mydotey.scf : scf-core | jar | |
org.mydotey.scf : scf-simple | jar | |
org.mydotey.caravan : caravan-util | jar | 2.0.1 |
com.google.guava : guava | jar | 30.0-jre |
org.mydotey.codec : jackson-codec-util | jar |
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 |