You Have Been Redirected
This is the old home of Ratpack. To see the current (and vastly evolved) version of the project, see the official Ratpack repo.
License |
License |
---|---|
Categories |
CategoriesRatpack User Interface Web Frameworks |
GroupId | GroupIdcom.augusttechgroup |
ArtifactId | ArtifactIdratpack |
Last Version | Last Version0.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRatpack
A Micro Web Framework for Groovy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ratpack-0.6.1.pom | |
ratpack-0.6.1.jar | 137 KB |
ratpack-0.6.1-sources.jar | 12 KB |
ratpack-0.6.1-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.augusttechgroup/ratpack/ -->
<dependency>
<groupId>com.augusttechgroup</groupId>
<artifactId>ratpack</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.augusttechgroup/ratpack/
implementation 'com.augusttechgroup:ratpack:0.6.1'
// https://jarcasting.com/artifacts/com.augusttechgroup/ratpack/
implementation ("com.augusttechgroup:ratpack:0.6.1")
'com.augusttechgroup:ratpack:jar:0.6.1'
<dependency org="com.augusttechgroup" name="ratpack" rev="0.6.1">
<artifact name="ratpack" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.augusttechgroup', module='ratpack', version='0.6.1')
)
libraryDependencies += "com.augusttechgroup" % "ratpack" % "0.6.1"
[com.augusttechgroup/ratpack "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.3 |
org.mortbay.jetty : jetty | jar | 6.1.26 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.6.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
javax.servlet : servlet-api | jar | 2.5 |
org.spockframework : spock-core | jar | 0.7-groovy-1.8 |
cglib : cglib-nodep | jar | 2.2 |
This is the old home of Ratpack. To see the current (and vastly evolved) version of the project, see the official Ratpack repo.