is not current version
Last Version 1.0.5

didums-hk2 1.0.4

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.

License

License

Categories

Categories

HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.bordertech.didums
ArtifactId

ArtifactId

didums-hk2
Version

Version

1.0.4
Type

Type

jar
Description

Description

didums-hk2
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.

Download didums-hk2 1.0.4


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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.bordertech.didums : didums-core jar 1.0.4
org.glassfish.hk2 : hk2 jar 2.5.0

Project Modules

There are no modules declared in this project.