Opsbears Web Components Webserver Jetty Bindings

Application wiring layer

License

License

Categories

Categories

Jetty Container Application Servers SBE Data Data Structures
GroupId

GroupId

com.opsbears.webcomponents.application.webserver
ArtifactId

ArtifactId

jetty
Last Version

Last Version

1.0.0-alpha14
Release Date

Release Date

Type

Type

jar
Description

Description

Opsbears Web Components Webserver Jetty Bindings
Application wiring layer

Download jetty

How to add to project

<!-- https://jarcasting.com/artifacts/com.opsbears.webcomponents.application.webserver/jetty/ -->
<dependency>
    <groupId>com.opsbears.webcomponents.application.webserver</groupId>
    <artifactId>jetty</artifactId>
    <version>1.0.0-alpha14</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsbears.webcomponents.application.webserver/jetty/
implementation 'com.opsbears.webcomponents.application.webserver:jetty:1.0.0-alpha14'
// https://jarcasting.com/artifacts/com.opsbears.webcomponents.application.webserver/jetty/
implementation ("com.opsbears.webcomponents.application.webserver:jetty:1.0.0-alpha14")
'com.opsbears.webcomponents.application.webserver:jetty:jar:1.0.0-alpha14'
<dependency org="com.opsbears.webcomponents.application.webserver" name="jetty" rev="1.0.0-alpha14">
  <artifact name="jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsbears.webcomponents.application.webserver', module='jetty', version='1.0.0-alpha14')
)
libraryDependencies += "com.opsbears.webcomponents.application.webserver" % "jetty" % "1.0.0-alpha14"
[com.opsbears.webcomponents.application.webserver/jetty "1.0.0-alpha14"]

Dependencies

compile (6)

Group / Artifact Type Version
com.opsbears.webcomponents : application jar 1.0.0-alpha14
com.opsbears.webcomponents : webserver jar 1.0.0-alpha14
com.opsbears.webcomponents.webserver : jetty jar 1.0.0-alpha14
com.opsbears.webcomponents.application : webserver jar 1.0.0-alpha14
com.google.code.findbugs : jsr305 jar 3.0.2
org.slf4j : slf4j-api jar 1.7.25

Project Modules

There are no modules declared in this project.

Opsbears Web Components

CircleCI

Opsbears Web Components (OWC) is a highly modular component kit for building web based applications. It bypasses the standard Java web stack and gives a lightweight entry point for web and queue processing applications.

Module list

Versions

Version
1.0.0-alpha14
1.0.0-alpha13