is not current version
Last Version 5.1.6

org.simpleframework:simple 5.0.4

Simple is a high performance asynchronous HTTP framework for Java

GroupId

GroupId

org.simpleframework
ArtifactId

ArtifactId

simple
Version

Version

5.0.4
Type

Type

jar

Download simple 5.0.4


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