OpenJAX

OpenJAX is a collection of modules that supplement Java APIs.

License

License

GroupId

GroupId

org.openjax
ArtifactId

ArtifactId

openjax
Last Version

Last Version

2.5.5
Release Date

Release Date

Type

Type

pom
Description

Description

OpenJAX
OpenJAX is a collection of modules that supplement Java APIs.
Project Organization

Project Organization

OpenJAX
Source Code Management

Source Code Management

https://github.com/openjax/openjax

Download openjax

Filename Size
openjax-2.5.5.pom 2 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 3.1.0

Project Modules

  • xml
  • security
  • measure
  • maven
  • codegen
  • cdm
  • jaxb
  • json
  • cli
  • expect
  • jetty
  • dbcp

OpenJAX

Build Status Coverage Status Javadocs Released Version Snapshot Version

OpenJAX is a collection of modules that provide convenient extensions to common Java architectures.

Modules

  • cdm: Code Design Model An abstraction of the Java programming language, in Java.
  • cli: Simple API to specify and process arguments on the Command Line Interface.
  • codegen: Modules that utilize the Code Generation process to obtain better language cohesion, and faster runtime performance.
  • dbcp: Simple API to describe and initialize a Database Connection Pool in JDBC.
  • expect: A port of Tcl's Expect that provides a Java API to talk to interactive programs according to a script.
  • jaxb: Modules that supplement JAXB with cohesive and high-performance APIs and tools.
  • jetty: Light-weight extensions to Jetty that provide simple and convenient wrappers for common use cases.
  • json: APIs for efficiently reading and parsing JSON documents.
  • maven: APIs that supplement Maven's APIs with cohesive abstractions, and simple and useful extensions.
  • measure: A nimble datatype abstraction that expresses numerical values with units, supporting automatic unit reduction.
  • security: APIs that provide simple security abstractions.
  • xml: Modules for efficiently reading, writing, and validating XML documents.

License

This project is licensed under the MIT License - see the LICENSE.txt file for details.

org.openjax

OpenJAX

Versions

Version
2.5.5
2.5.4
2.5.3