is not current version
Last Version 6.0.1

org.simpleframework:simple-common 6.0

Simple is a high performance asynchronous HTTP framework for Java

GroupId

GroupId

org.simpleframework
ArtifactId

ArtifactId

simple-common
Version

Version

6.0
Type

Type

jar

Download simple-common 6.0


<!-- https://jarcasting.com/artifacts/org.simpleframework/simple-common/ -->
<dependency>
    <groupId>org.simpleframework</groupId>
    <artifactId>simple-common</artifactId>
    <version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.simpleframework/simple-common/
implementation 'org.simpleframework:simple-common:6.0'
// https://jarcasting.com/artifacts/org.simpleframework/simple-common/
implementation ("org.simpleframework:simple-common:6.0")
'org.simpleframework:simple-common:jar:6.0'
<dependency org="org.simpleframework" name="simple-common" rev="6.0">
  <artifact name="simple-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simpleframework', module='simple-common', version='6.0')
)
libraryDependencies += "org.simpleframework" % "simple-common" % "6.0"
[org.simpleframework/simple-common "6.0"]