OpenJAX Maven

Utilities and convenient patterns for Apache Maven.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

org.openjax.maven
Идентификатор

Идентификатор

maven
Последняя версия

Последняя версия

0.4.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

OpenJAX Maven
Utilities and convenient patterns for Apache Maven.
Организация-разработчик

Организация-разработчик

OpenJAX

Скачать maven

Имя Файла Размер
maven-0.4.2.pom 1 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.2.3

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 3.1.0

Модули Проекта

  • mojo

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.maven

OpenJAX

Версии библиотеки

Версия
0.4.2
0.4.1
0.3.5