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