MVN

com.github.bordertech.didums : didums

Maven & Gradle

Feb 25, 2022
0 stars

didums · Didums makes use of JSR330 annotations and requires a provider like HK2 or Guice to provide the injection functionality. A `DidumsProvider` is the interface between the Didums API and the Provider's API.

<dependency>
    <groupId>com.github.bordertech.didums</groupId>
    <artifactId>didums</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bordertech.didums : didums to add to Maven - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.github.bordertech.didums : didums to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
didums-1.0.5
didums-1.0.4
didums-1.0.3
didums-1.0.2
didums-1.0.1
didums-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.bordertech.didums</groupId>
    <artifactId>didums</artifactId>
    <version>1.0.5</version>
</dependency>