GroupId | GroupIdbr.com.caelum.stella |
---|---|
ArtifactId | ArtifactIdboleto-example |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
boleto-example-1.1.pom | |
boleto-example-1.1.jar | 7 KB |
boleto-example-1.1-sources.jar | 3 KB |
boleto-example-1.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.caelum.stella/boleto-example/ -->
<dependency>
<groupId>br.com.caelum.stella</groupId>
<artifactId>boleto-example</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum.stella/boleto-example/
implementation 'br.com.caelum.stella:boleto-example:1.1'
// https://jarcasting.com/artifacts/br.com.caelum.stella/boleto-example/
implementation ("br.com.caelum.stella:boleto-example:1.1")
'br.com.caelum.stella:boleto-example:jar:1.1'
<dependency org="br.com.caelum.stella" name="boleto-example" rev="1.1">
<artifact name="boleto-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum.stella', module='boleto-example', version='1.1')
)
libraryDependencies += "br.com.caelum.stella" % "boleto-example" % "1.1"
[br.com.caelum.stella/boleto-example "1.1"]