Categories |
CategoriesData GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdio.datakernel |
ArtifactId | ArtifactIdguice |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
guice-1.1.pom | |
guice-1.1.jar | 32 KB |
guice-1.1-sources.jar | 12 KB |
guice-1.1-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datakernel/guice/ -->
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>guice</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.datakernel/guice/
implementation 'io.datakernel:guice:1.1'
// https://jarcasting.com/artifacts/io.datakernel/guice/
implementation ("io.datakernel:guice:1.1")
'io.datakernel:guice:jar:1.1'
<dependency org="io.datakernel" name="guice" rev="1.1">
<artifact name="guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datakernel', module='guice', version='1.1')
)
libraryDependencies += "io.datakernel" % "guice" % "1.1"
[io.datakernel/guice "1.1"]