| License |
License |
|---|---|
| Categories |
CategoriesHK2 Application Layer Libs Dependency Injection |
| GroupId | GroupIdcom.expanset.hk2 |
| ArtifactId | ArtifactIdhk2-contrib |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionHK2 contribution library
Bindings for configuring, internationalizing etc
|
| Filename | Size |
|---|---|
| hk2-contrib-1.0.1.pom | |
| hk2-contrib-1.0.1.jar | 48 KB |
| hk2-contrib-1.0.1-sources.jar | 24 KB |
| hk2-contrib-1.0.1-javadoc.jar | 234 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.expanset.hk2/hk2-contrib/ -->
<dependency>
<groupId>com.expanset.hk2</groupId>
<artifactId>hk2-contrib</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.expanset.hk2/hk2-contrib/
implementation 'com.expanset.hk2:hk2-contrib:1.0.1'
// https://jarcasting.com/artifacts/com.expanset.hk2/hk2-contrib/
implementation ("com.expanset.hk2:hk2-contrib:1.0.1")
'com.expanset.hk2:hk2-contrib:jar:1.0.1'
<dependency org="com.expanset.hk2" name="hk2-contrib" rev="1.0.1">
<artifact name="hk2-contrib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expanset.hk2', module='hk2-contrib', version='1.0.1')
)
libraryDependencies += "com.expanset.hk2" % "hk2-contrib" % "1.0.1"
[com.expanset.hk2/hk2-contrib "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.expanset.utils : utils-common | jar | 1.0.1 |
| org.glassfish.hk2 : hk2 | jar | 2.4.0-b25 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| org.slf4j : jul-to-slf4j | jar | 1.7.12 |
| commons-configuration : commons-configuration | jar | 1.10 |
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.3 |
| junit : junit | jar | 4.12 |