文件下载
文件名 操作
styx-parent-v0.0.5.pom 下载
Apache Maven
<dependency>
  <groupId>com.hotels.styx</groupId>
  <artifactId>styx-parent</artifactId>
  <version>v0.0.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.hotels.styx:styx-parent:v0.0.5'
Gradle Kotlin
implementation("com.hotels.styx:styx-parent:v0.0.5")
Scala SBT
libraryDependencies += "com.hotels.styx" % "styx-parent" % "v0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.hotels.styx', module='styx-parent', version='v0.0.5')
)
Apache Ivy
<dependency org="com.hotels.styx" name="styx-parent" rev="v0.0.5" />
Leiningen
[com.hotels.styx/styx-parent "v0.0.5"]
Apache Buildr
'com.hotels.styx:styx-parent:jar:v0.0.5'
本项目依赖
该项目无第三方依赖