Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee |
ArtifactId | ArtifactIdguicedee-parent |
Version | Version0.70.0.3 |
Type | Typepom |
Filename | Size |
---|---|
guicedee-parent-0.70.0.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee/guicedee-parent/ -->
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>guicedee-parent</artifactId>
<version>0.70.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee/guicedee-parent/
implementation 'com.guicedee:guicedee-parent:0.70.0.3'
// https://jarcasting.com/artifacts/com.guicedee/guicedee-parent/
implementation ("com.guicedee:guicedee-parent:0.70.0.3")
'com.guicedee:guicedee-parent:pom:0.70.0.3'
<dependency org="com.guicedee" name="guicedee-parent" rev="0.70.0.3">
<artifact name="guicedee-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee', module='guicedee-parent', version='0.70.0.3')
)
libraryDependencies += "com.guicedee" % "guicedee-parent" % "0.70.0.3"
[com.guicedee/guicedee-parent "0.70.0.3"]