License |
License |
---|---|
GroupId | GroupIdorg.mydotey.artemis |
ArtifactId | ArtifactIdartemis-server |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionartemis-server
Artemis Service Registry
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
artemis-server-2.0.1.pom | |
artemis-server-2.0.1.jar | 39 KB |
artemis-server-2.0.1-sources.jar | 23 KB |
artemis-server-2.0.1-javadoc.jar | 153 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-server/ -->
<dependency>
<groupId>org.mydotey.artemis</groupId>
<artifactId>artemis-server</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-server/
implementation 'org.mydotey.artemis:artemis-server:2.0.1'
// https://jarcasting.com/artifacts/org.mydotey.artemis/artemis-server/
implementation ("org.mydotey.artemis:artemis-server:2.0.1")
'org.mydotey.artemis:artemis-server:jar:2.0.1'
<dependency org="org.mydotey.artemis" name="artemis-server" rev="2.0.1">
<artifact name="artemis-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mydotey.artemis', module='artemis-server', version='2.0.1')
)
libraryDependencies += "org.mydotey.artemis" % "artemis-server" % "2.0.1"
[org.mydotey.artemis/artemis-server "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mydotey.artemis : artemis-service | jar | 2.0.1 |
org.mydotey.artemis : artemis-management | jar | 2.0.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.google.guava : guava | jar | 30.0-jre |
org.mydotey.caravan : caravan-web | jar | 2.0.0 |
javax.inject : javax.inject | jar | 1 |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework : spring-websocket | jar | 5.3.2 |
org.springframework : spring-messaging | jar | 5.3.2 |
org.springframework : spring-jdbc | jar | 5.3.2 |
mysql : mysql-connector-java | jar | 5.1.49 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |
javax.websocket : javax.websocket-api | jar | 1.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 : spring-test | jar | |
com.jayway.jsonpath : json-path | jar | 2.5.0 |