Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.jwebmp.jpms.guice |
ArtifactId | ArtifactIdguice-parent |
Version | Version0.67.0.15 |
Type | Typejar |
Filename | Size |
---|---|
guice-parent-0.67.0.15.pom | 755 bytes |
guice-parent-0.67.0.15-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jwebmp.jpms.guice/guice-parent/ -->
<dependency>
<groupId>com.jwebmp.jpms.guice</groupId>
<artifactId>guice-parent</artifactId>
<version>0.67.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp.jpms.guice/guice-parent/
implementation 'com.jwebmp.jpms.guice:guice-parent:0.67.0.15'
// https://jarcasting.com/artifacts/com.jwebmp.jpms.guice/guice-parent/
implementation ("com.jwebmp.jpms.guice:guice-parent:0.67.0.15")
'com.jwebmp.jpms.guice:guice-parent:jar:0.67.0.15'
<dependency org="com.jwebmp.jpms.guice" name="guice-parent" rev="0.67.0.15">
<artifact name="guice-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp.jpms.guice', module='guice-parent', version='0.67.0.15')
)
libraryDependencies += "com.jwebmp.jpms.guice" % "guice-parent" % "0.67.0.15"
[com.jwebmp.jpms.guice/guice-parent "0.67.0.15"]