Last Version

Jetty4Spring 0.1.0

this library helps with embedding Jetty to Spring application

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.urbantower
ArtifactId

ArtifactId

j4s
Version

Version

0.1.0
Type

Type

jar
Description

Description

Jetty4Spring
this library helps with embedding Jetty to Spring application
Project URL

Project URL

https://github.com/urbantower/jetty4spring/
Source Code Management

Source Code Management

https://github.com/urbantower/jetty4spring.git

Download j4s 0.1.0


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

Dependencies

compile (7)

Group / Artifact Type Version
org.springframework : spring-context jar 4.1.6.RELEASE
org.springframework : spring-web jar 4.1.6.RELEASE
org.springframework : spring-webmvc jar 4.1.6.RELEASE
org.eclipse.jetty : jetty-server jar 9.1.3.v20140225
org.eclipse.jetty : jetty-servlet jar 9.1.3.v20140225
org.eclipse.jetty : jetty-webapp jar 9.1.3.v20140225
org.apache.httpcomponents : httpclient jar 4.5.1

test (4)

Group / Artifact Type Version
org.testng : testng jar 6.9.6
org.springframework : spring-test jar 4.1.6.RELEASE
com.fasterxml.jackson.core : jackson-core jar 2.6.2
com.fasterxml.jackson.core : jackson-databind jar 2.6.2

Project Modules

There are no modules declared in this project.