is not current version
Last Version 1.1.1

io.simpleframework:simple-crud 1.1.0

Simple CRUD

GroupId

GroupId

io.simpleframework
ArtifactId

ArtifactId

simple-crud
Version

Version

1.1.0
Type

Type

jar

Download simple-crud 1.1.0


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