Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.distelli.run |
ArtifactId | ArtifactIdGuiceRunner |
Version | Version9.16.1 |
Type | Typejar |
Filename | Size |
---|---|
GuiceRunner-9.16.1.pom | |
GuiceRunner-9.16.1.jar | 6 KB |
GuiceRunner-9.16.1-sources.jar | 2 KB |
GuiceRunner-9.16.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.distelli.run/GuiceRunner/ -->
<dependency>
<groupId>com.distelli.run</groupId>
<artifactId>GuiceRunner</artifactId>
<version>9.16.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.distelli.run/GuiceRunner/
implementation 'com.distelli.run:GuiceRunner:9.16.1'
// https://jarcasting.com/artifacts/com.distelli.run/GuiceRunner/
implementation ("com.distelli.run:GuiceRunner:9.16.1")
'com.distelli.run:GuiceRunner:jar:9.16.1'
<dependency org="com.distelli.run" name="GuiceRunner" rev="9.16.1">
<artifact name="GuiceRunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.distelli.run', module='GuiceRunner', version='9.16.1')
)
libraryDependencies += "com.distelli.run" % "GuiceRunner" % "9.16.1"
[com.distelli.run/GuiceRunner "9.16.1"]