Last Version

Third Party 10.1

This repository contains various third party sources required by the main retepTools repository. The reason for this is when they are only available in SNAPSHOT format and we require a release version to enable us to run a release. Although not ideal, this is sometimes necessary if some critical bug needs to be fixed. Currently this contains docbkx-tools. Rules for this repository: * Projects must follow the same licensing as the main project :- BSD, Apache2 etc but not GPL, LGPL etc * groupId's must be within the uk.org.retep.third-party namespace - and not the projects original namespace (so we don't have version conflicts) * Must be disabled/removed once those projects become stable

License

License

BSD
Public Domain
GroupId

GroupId

uk.org.retep.third-party
ArtifactId

ArtifactId

third-party
Version

Version

10.1
Type

Type

jar
Description

Description

Third Party
This repository contains various third party sources required by the main retepTools repository. The reason for this is when they are only available in SNAPSHOT format and we require a release version to enable us to run a release. Although not ideal, this is sometimes necessary if some critical bug needs to be fixed. Currently this contains docbkx-tools. Rules for this repository: * Projects must follow the same licensing as the main project :- BSD, Apache2 etc but not GPL, LGPL etc * groupId's must be within the uk.org.retep.third-party namespace - and not the projects original namespace (so we don't have version conflicts) * Must be disabled/removed once those projects become stable
Project Organization

Project Organization

Retep Development Group

Download third-party 10.1


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • docbkx-tools