Simple Common

Simple is a high performance asynchronous HTTP framework for Java

License

License

GroupId

GroupId

org.simpleframework
ArtifactId

ArtifactId

simple-common
Last Version

Last Version

6.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Common
Simple is a high performance asynchronous HTTP framework for Java
Project URL

Project URL

http://www.simpleframework.org

Download simple-common

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
6.0.1
6.0