Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.distelli.run |
ArtifactId | ArtifactIdGuiceRunner |
Version | Version10.0.0 |
Type | Typejar |
Filename | Size |
---|---|
GuiceRunner-10.0.0.pom | |
GuiceRunner-10.0.0.jar | 6 KB |
GuiceRunner-10.0.0-sources.jar | 2 KB |
GuiceRunner-10.0.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.distelli.run/GuiceRunner/
implementation 'com.distelli.run:GuiceRunner:10.0.0'
// https://jarcasting.com/artifacts/com.distelli.run/GuiceRunner/
implementation ("com.distelli.run:GuiceRunner:10.0.0")
'com.distelli.run:GuiceRunner:jar:10.0.0'
<dependency org="com.distelli.run" name="GuiceRunner" rev="10.0.0">
<artifact name="GuiceRunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.distelli.run', module='GuiceRunner', version='10.0.0')
)
libraryDependencies += "com.distelli.run" % "GuiceRunner" % "10.0.0"
[com.distelli.run/GuiceRunner "10.0.0"]