s

services-parent

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