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