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

com.threewks.thundr:thundr 3.0.0-beta-2

thundr is a light-weight java web framework designed for use in cloud deployed web applications.

Группа

Группа

com.threewks.thundr
Идентификатор

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

thundr
Версия

Версия

3.0.0-beta-2
Тип

Тип

jar

Скачать thundr 3.0.0-beta-2


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