is not current version
Last Version 5.1.6

org.simpleframework:simple 2.7


GroupId

GroupId

org.simpleframework
ArtifactId

ArtifactId

simple
Version

Version

2.7
Type

Type

jar

Download simple 2.7

Filename Size
simple-2.7.pom
simple-2.7.jar 188 KB
Browse

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