is not current version
Last Version 5.1.6

org.simpleframework:simple 5.1.1

Simple is a high performance asynchronous HTTP framework for Java

GroupId

GroupId

org.simpleframework
ArtifactId

ArtifactId

simple
Version

Version

5.1.1
Type

Type

jar

Download simple 5.1.1


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