ADHA/NEHTA Common Library

Java classes for common code used by other ADHA/NEHTA libraries

Лицензия

Лицензия

Группа

Группа

au.gov.nehta
Идентификатор

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

common-library
Последняя версия

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

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

ADHA/NEHTA Common Library
Java classes for common code used by other ADHA/NEHTA libraries
Ссылка на сайт

Ссылка на сайт

https://github.com/AuDigitalHealth/common-library-java
Система контроля версий

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

https://github.com/AuDigitalHealth/common-library-java.git

Скачать common-library

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.sun.xml.ws : webservices-rt jar @metro.version@
au.gov.nehta : smi-xsp jar 1.2.1

test (4)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
org.apache.santuario : xmlsec jar 2.2.1
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : slf4j-simple jar 1.7.30

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

Данный проект не имеет модулей.

Common Library

This is a Java software library that supports producing, validating and extracting clinical packages as documented in the "CDA Package" specification.

Setup

  • To build and test the distributable package, an appropriate Java IDE or build environment must be installed.

  • Java source files can be found in: common-library-java--sources.jar

  • For detailed API documentation, refer to the included Javadoc package.

Solution

The package consists of these components:

-   /common-library-java-<version>.jar
    Contains the required classes for package operations.

-   /common-library-java-<version>-docs.jar
    Contains Javadoc documentation.

-   /common-library-java-<version>-sources.jar
    Contains library source files.

Pre-Requisites

Java Development Kit (JDK)

Follow the usual instructions for installing a JDK, or the instructions below.

1.  Download and install JDK 8 Update 271 or later:

    URL: https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html

2.  Unpack the JDK distribution into a directory of your choice.

    This directory will be your <JDK_HOME>and will be used in this document
    to refer to the root directory of the JDK installation.

    <JRE_HOME> will be used in this document to refer to <JDK_HOME>/jre.

3.  Create a JAVA_HOME environment variable pointing to the <JDK_HOME>
    directory in Step 2.

4.  Add <JDK_HOME>/bin to the system path.

Licensing

Copyright 2012 NEHTA

Copyright 2021 ADHA

Licensed under the NEHTA/ADHA Open Source (Apache) License; you may not use this file except in compliance with the License. A copy of the License is in the 'LICENSE.txt' file, which should be provided with this work.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

au.gov.nehta

Australian Digital Health Agency

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

Версия
1.2.1
1.1.1