License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.distelli.run |
ArtifactId | ArtifactIdGuiceRunner |
Last Version | Last Version10.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuiceRunner
Various pieces of code shared amoung various distelli packages.
|
Filename | Size |
---|---|
GuiceRunner-10.0.4.pom | |
GuiceRunner-10.0.4.jar | 4 KB |
GuiceRunner-10.0.4-sources.jar | 1 KB |
GuiceRunner-10.0.4-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.distelli.run/GuiceRunner/ -->
<dependency>
<groupId>com.distelli.run</groupId>
<artifactId>GuiceRunner</artifactId>
<version>10.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.distelli.run/GuiceRunner/
implementation 'com.distelli.run:GuiceRunner:10.0.4'
// https://jarcasting.com/artifacts/com.distelli.run/GuiceRunner/
implementation ("com.distelli.run:GuiceRunner:10.0.4")
'com.distelli.run:GuiceRunner:jar:10.0.4'
<dependency org="com.distelli.run" name="GuiceRunner" rev="10.0.4">
<artifact name="GuiceRunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.distelli.run', module='GuiceRunner', version='10.0.4')
)
libraryDependencies += "com.distelli.run" % "GuiceRunner" % "10.0.4"
[com.distelli.run/GuiceRunner "10.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 4.1.0 |