не последняя версия
Последняя версия 5.1.6

org.simpleframework:simple 4.1.2

Simple is a high performance asynchronous HTTP server for Java

Группа

Группа

org.simpleframework
Идентификатор

Идентификатор

simple
Версия

Версия

4.1.2
Тип

Тип

jar

Скачать simple 4.1.2

Имя Файла Размер
simple-4.1.2.pom
simple-4.1.2.jar 217 KB
simple-4.1.2-sources.jar 417 KB
Обзор

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