License |
License |
---|---|
Categories |
CategoriesRatpack User Interface Web Frameworks |
GroupId | GroupIdcom.augusttechgroup |
ArtifactId | ArtifactIdratpack-core |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRatpack Core
The API code for the Ratpack micro-web-framework.
|
Filename | Size |
---|---|
ratpack-core-0.5.pom | |
ratpack-core-0.5.jar | 87 KB |
ratpack-core-0.5-sources.jar | 8 KB |
ratpack-core-0.5-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.augusttechgroup/ratpack-core/ -->
<dependency>
<groupId>com.augusttechgroup</groupId>
<artifactId>ratpack-core</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.augusttechgroup/ratpack-core/
implementation 'com.augusttechgroup:ratpack-core:0.5'
// https://jarcasting.com/artifacts/com.augusttechgroup/ratpack-core/
implementation ("com.augusttechgroup:ratpack-core:0.5")
'com.augusttechgroup:ratpack-core:jar:0.5'
<dependency org="com.augusttechgroup" name="ratpack-core" rev="0.5">
<artifact name="ratpack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.augusttechgroup', module='ratpack-core', version='0.5')
)
libraryDependencies += "com.augusttechgroup" % "ratpack-core" % "0.5"
[com.augusttechgroup/ratpack-core "0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.6.3 |
org.json : json | jar | 20090211 |
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 |