is not current version
Last Version 6.0.1

org.simpleframework:simple-transport 6.0

Simple is a high performance asynchronous HTTP framework for Java

GroupId

GroupId

org.simpleframework
ArtifactId

ArtifactId

simple-transport
Version

Version

6.0
Type

Type

jar

Download simple-transport 6.0


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