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