is not current version
Last Version 1.0.5

com.github.bordertech.didums:didums 1.0.3

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.

GroupId

GroupId

com.github.bordertech.didums
ArtifactId

ArtifactId

didums
Version

Version

1.0.3
Type

Type

pom

Download didums 1.0.3

Filename Size
didums-1.0.3.pom 1 KB
Browse

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