OpenJAX Security

Modules that provide convenient APIs of structures and functions related to security.

Лицензия

Лицензия

Категории

Категории

Безопасность
Группа

Группа

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

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

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

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

0.3.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

OpenJAX Security
Modules that provide convenient APIs of structures and functions related to security.
Организация-разработчик

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

OpenJAX
Система контроля версий

Система контроля версий

https://github.com/openjax/openjax/security

Скачать security

Имя Файла Размер
security-0.3.3.pom 2 KB
Обзор

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

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

Зависимости

compile (1)

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

test (3)

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

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

  • crypto
  • nacl
  • otp

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

OpenJAX

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

Версия
0.3.3
0.3.2
0.1.1