License |
License |
---|---|
GroupId | GroupIdorg.simpleframework |
ArtifactId | ArtifactIdsimple-common |
Last Version | Last Version6.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Common
Simple is a high performance asynchronous HTTP framework for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
simple-common-6.0.1.pom | |
simple-common-6.0.1.jar | 42 KB |
simple-common-6.0.1-sources.jar | 64 KB |
simple-common-6.0.1-javadoc.jar | 190 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.simpleframework/simple-common/ -->
<dependency>
<groupId>org.simpleframework</groupId>
<artifactId>simple-common</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.simpleframework/simple-common/
implementation 'org.simpleframework:simple-common:6.0.1'
// https://jarcasting.com/artifacts/org.simpleframework/simple-common/
implementation ("org.simpleframework:simple-common:6.0.1")
'org.simpleframework:simple-common:jar:6.0.1'
<dependency org="org.simpleframework" name="simple-common" rev="6.0.1">
<artifact name="simple-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simpleframework', module='simple-common', version='6.0.1')
)
libraryDependencies += "org.simpleframework" % "simple-common" % "6.0.1"
[org.simpleframework/simple-common "6.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |