License |
License |
---|---|
Categories |
CategoriesIDE Development Tools CLI User Interface |
GroupId | GroupIdcom.cognifide.aet |
ArtifactId | ArtifactIdclient-core |
Version | Version3.2.2 |
Type | Typejar |
Description |
DescriptionAET :: Client :: Client Core
Core module for AET clients
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
client-core-3.2.2.pom | |
client-core-3.2.2.jar | 22 KB |
client-core-3.2.2-sources.jar | 17 KB |
client-core-3.2.2-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cognifide.aet/client-core/ -->
<dependency>
<groupId>com.cognifide.aet</groupId>
<artifactId>client-core</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cognifide.aet/client-core/
implementation 'com.cognifide.aet:client-core:3.2.2'
// https://jarcasting.com/artifacts/com.cognifide.aet/client-core/
implementation ("com.cognifide.aet:client-core:3.2.2")
'com.cognifide.aet:client-core:jar:3.2.2'
<dependency org="com.cognifide.aet" name="client-core" rev="3.2.2">
<artifact name="client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cognifide.aet', module='client-core', version='3.2.2')
)
libraryDependencies += "com.cognifide.aet" % "client-core" % "3.2.2"
[com.cognifide.aet/client-core "3.2.2"]
Group / Artifact | Type | Version |
---|---|---|
com.cognifide.aet : communication-api | jar | 3.2.2 |
org.codehaus.plexus : plexus-utils | jar | 3.0.8 |
com.google.guava : guava | jar | 23.6-jre |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.apache.httpcomponents : fluent-hc | jar | 4.5.2 |
org.apache.httpcomponents : httpmime | jar | 4.5.2 |
commons-io : commons-io | jar | 2.4 |
com.jcabi : jcabi-log | jar | 0.12.2 |
org.slf4j : slf4j-api | jar | 1.7.10 |
org.slf4j : slf4j-log4j12 | jar | 1.7.10 |
com.google.code.gson : gson | jar | 2.6.1 |
org.simpleframework : simple-xml | jar | 2.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.9.5 |