Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee.services |
ArtifactId | ArtifactIdguice-grapher |
Version | Version1.0.15.4-jre8 |
Type | Typejar |
Filename | Size |
---|---|
guice-grapher-1.0.15.4-jre8.pom | |
guice-grapher-1.0.15.4-jre8.jar | 48 KB |
guice-grapher-1.0.15.4-jre8-sources.jar | 38 KB |
guice-grapher-1.0.15.4-jre8-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/guice-grapher/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>guice-grapher</artifactId>
<version>1.0.15.4-jre8</version>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/guice-grapher/
implementation 'com.guicedee.services:guice-grapher:1.0.15.4-jre8'
// https://jarcasting.com/artifacts/com.guicedee.services/guice-grapher/
implementation ("com.guicedee.services:guice-grapher:1.0.15.4-jre8")
'com.guicedee.services:guice-grapher:jar:1.0.15.4-jre8'
<dependency org="com.guicedee.services" name="guice-grapher" rev="1.0.15.4-jre8">
<artifact name="guice-grapher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='guice-grapher', version='1.0.15.4-jre8')
)
libraryDependencies += "com.guicedee.services" % "guice-grapher" % "1.0.15.4-jre8"
[com.guicedee.services/guice-grapher "1.0.15.4-jre8"]