is not current version
Last Version 1.3.0

ru.shadam.gretty:gretty-starter 1.2.5

Advanced gradle plugin for running web-apps on jetty

GroupId

GroupId

ru.shadam.gretty
ArtifactId

ArtifactId

gretty-starter
Version

Version

1.2.5
Type

Type

jar

Download gretty-starter 1.2.5


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