s

services-parent

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