Last Version

Rack Servlet (Parent) 1.8

A JRuby servlet for Rack applications.

License

License

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.rack
ArtifactId

ArtifactId

rack-servlet-parent
Version

Version

1.8
Type

Type

pom
Description

Description

Rack Servlet (Parent)
A JRuby servlet for Rack applications.
Project URL

Project URL

https://github.com/square/rack-servlet
Project Organization

Project Organization

Square, Inc.
Source Code Management

Source Code Management

http://github.com/square/rack-servlet

Download rack-servlet-parent 1.8


<!-- https://jarcasting.com/artifacts/com.squareup.rack/rack-servlet-parent/ -->
<dependency>
    <groupId>com.squareup.rack</groupId>
    <artifactId>rack-servlet-parent</artifactId>
    <version>1.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.rack/rack-servlet-parent/
implementation 'com.squareup.rack:rack-servlet-parent:1.8'
// https://jarcasting.com/artifacts/com.squareup.rack/rack-servlet-parent/
implementation ("com.squareup.rack:rack-servlet-parent:1.8")
'com.squareup.rack:rack-servlet-parent:pom:1.8'
<dependency org="com.squareup.rack" name="rack-servlet-parent" rev="1.8">
  <artifact name="rack-servlet-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squareup.rack', module='rack-servlet-parent', version='1.8')
)
libraryDependencies += "com.squareup.rack" % "rack-servlet-parent" % "1.8"
[com.squareup.rack/rack-servlet-parent "1.8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • examples/dropwizard
  • examples/guice-servlet
  • examples/jetty
  • integration