License |
License |
---|---|
GroupId | GroupIdorg.devocative.artemis |
ArtifactId | ArtifactIdartemis-core |
Version | Version1.2 |
Type | Typejar |
Description |
DescriptionEasy and Simple Rest API Test Tool
|
Filename | Size |
---|---|
artemis-core-1.2.pom | |
artemis-core-1.2.jar | 63 KB |
artemis-core-1.2-sources.jar | 26 KB |
artemis-core-1.2-javadoc.jar | 585 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.devocative.artemis/artemis-core/ -->
<dependency>
<groupId>org.devocative.artemis</groupId>
<artifactId>artemis-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.devocative.artemis/artemis-core/
implementation 'org.devocative.artemis:artemis-core:1.2'
// https://jarcasting.com/artifacts/org.devocative.artemis/artemis-core/
implementation ("org.devocative.artemis:artemis-core:1.2")
'org.devocative.artemis:artemis-core:jar:1.2'
<dependency org="org.devocative.artemis" name="artemis-core" rev="1.2">
<artifact name="artemis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.devocative.artemis', module='artemis-core', version='1.2')
)
libraryDependencies += "org.devocative.artemis" % "artemis-core" % "1.2"
[org.devocative.artemis/artemis-core "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.thoughtworks.xstream : xstream | jar | 1.4.18 |
org.projectlombok : lombok Optional | jar | 1.18.20 |
net.bytebuddy : byte-buddy | jar | 1.11.15 |
org.codehaus.groovy : groovy-templates | jar | 3.0.8 |
org.slf4j : slf4j-api | jar | 1.7.31 |
ch.qos.logback : logback-classic | jar | 1.2.5 |
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.4 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.0 |
Group / Artifact | Type | Version |
---|---|---|
io.javalin : javalin | jar | 3.13.10 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |