is not current version
Last Version 1.3.0

ru.shadam.gretty:gretty 1.2.5

Advanced gradle plugin for running web-apps on jetty

GroupId

GroupId

ru.shadam.gretty
ArtifactId

ArtifactId

gretty
Version

Version

1.2.5
Type

Type

jar

Download gretty 1.2.5


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