Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.cerner.beadledom |
ArtifactId | ArtifactIdbeadledom-guice |
Version | Version4.1 |
Type | Typejar |
Filename | Size |
---|---|
beadledom-guice-4.1.pom | |
beadledom-guice-4.1.jar | 2 KB |
beadledom-guice-4.1-sources.jar | 2 KB |
beadledom-guice-4.1-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-guice/ -->
<dependency>
<groupId>com.cerner.beadledom</groupId>
<artifactId>beadledom-guice</artifactId>
<version>4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-guice/
implementation 'com.cerner.beadledom:beadledom-guice:4.1'
// https://jarcasting.com/artifacts/com.cerner.beadledom/beadledom-guice/
implementation ("com.cerner.beadledom:beadledom-guice:4.1")
'com.cerner.beadledom:beadledom-guice:jar:4.1'
<dependency org="com.cerner.beadledom" name="beadledom-guice" rev="4.1">
<artifact name="beadledom-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cerner.beadledom', module='beadledom-guice', version='4.1')
)
libraryDependencies += "com.cerner.beadledom" % "beadledom-guice" % "4.1"
[com.cerner.beadledom/beadledom-guice "4.1"]