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