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