s

services-parent

文件下载
文件名 操作
services-parent-1.1.1.4-jre16.pom 下载
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>services-parent</artifactId>
  <version>1.1.1.4-jre16</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:services-parent:1.1.1.4-jre16'
Gradle Kotlin
implementation("com.guicedee.services:services-parent:1.1.1.4-jre16")
Scala SBT
libraryDependencies += "com.guicedee.services" % "services-parent" % "1.1.1.4-jre16"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='services-parent', version='1.1.1.4-jre16')
)
Apache Ivy
<dependency org="com.guicedee.services" name="services-parent" rev="1.1.1.4-jre16" />
Leiningen
[com.guicedee.services/services-parent "1.1.1.4-jre16"]
Apache Buildr
'com.guicedee.services:services-parent:jar:1.1.1.4-jre16'