License |
License |
---|---|
GroupId | GroupIdorg.simpleframework |
ArtifactId | ArtifactIdsimple-transport |
Last Version | Last Version6.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Transport
Simple is a high performance asynchronous HTTP framework for Java
|
Project URL |
Project URL |
Filename | Size |
---|---|
simple-transport-6.0.1.pom | |
simple-transport-6.0.1.jar | 68 KB |
simple-transport-6.0.1-sources.jar | 108 KB |
simple-transport-6.0.1-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.simpleframework/simple-transport/ -->
<dependency>
<groupId>org.simpleframework</groupId>
<artifactId>simple-transport</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.simpleframework/simple-transport/
implementation 'org.simpleframework:simple-transport:6.0.1'
// https://jarcasting.com/artifacts/org.simpleframework/simple-transport/
implementation ("org.simpleframework:simple-transport:6.0.1")
'org.simpleframework:simple-transport:jar:6.0.1'
<dependency org="org.simpleframework" name="simple-transport" rev="6.0.1">
<artifact name="simple-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simpleframework', module='simple-transport', version='6.0.1')
)
libraryDependencies += "org.simpleframework" % "simple-transport" % "6.0.1"
[org.simpleframework/simple-transport "6.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.simpleframework : simple-common | jar | 6.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |