is not current version
Last Version 5.1.6

org.simpleframework:simple 4.0.6

Simple is a high performance asynchronous HTTP server for Java

GroupId

GroupId

org.simpleframework
ArtifactId

ArtifactId

simple
Version

Version

4.0.6
Type

Type

jar

Download simple 4.0.6


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