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