s

services-parent

Files download
File Operation
services-parent-1.0.20.0-jre8.pom download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>services-parent</artifactId>
  <version>1.0.20.0-jre8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:services-parent:1.0.20.0-jre8'
Gradle Kotlin
implementation("com.guicedee.services:services-parent:1.0.20.0-jre8")
Scala SBT
libraryDependencies += "com.guicedee.services" % "services-parent" % "1.0.20.0-jre8"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='services-parent', version='1.0.20.0-jre8')
)
Apache Ivy
<dependency org="com.guicedee.services" name="services-parent" rev="1.0.20.0-jre8" />
Leiningen
[com.guicedee.services/services-parent "1.0.20.0-jre8"]
Apache Buildr
'com.guicedee.services:services-parent:jar:1.0.20.0-jre8'