s

services-parent

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