License |
License |
---|---|
GroupId | GroupIdcom.github.bordertech.didums |
ArtifactId | ArtifactIddidums-core |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondidums-core
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.
|
Filename | Size |
---|---|
didums-core-1.0.5.pom | |
didums-core-1.0.5.jar | 8 KB |
didums-core-1.0.5-tests.jar | 1 KB |
didums-core-1.0.5-sources.jar | 6 KB |
didums-core-1.0.5-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.didums/didums-core/ -->
<dependency>
<groupId>com.github.bordertech.didums</groupId>
<artifactId>didums-core</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.didums/didums-core/
implementation 'com.github.bordertech.didums:didums-core:1.0.5'
// https://jarcasting.com/artifacts/com.github.bordertech.didums/didums-core/
implementation ("com.github.bordertech.didums:didums-core:1.0.5")
'com.github.bordertech.didums:didums-core:jar:1.0.5'
<dependency org="com.github.bordertech.didums" name="didums-core" rev="1.0.5">
<artifact name="didums-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.didums', module='didums-core', version='1.0.5')
)
libraryDependencies += "com.github.bordertech.didums" % "didums-core" % "1.0.5"
[com.github.bordertech.didums/didums-core "1.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.bordertech.config : config | jar | 1.0.8 |
javax.inject : javax.inject | jar | 1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |