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