GroupId | GroupIdbr.com.objectos |
---|---|
ArtifactId | ArtifactIdway-boleto |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
way-boleto-1.2.pom | 2 KB |
way-boleto-1.2-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/way-boleto/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>way-boleto</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/way-boleto/
implementation 'br.com.objectos:way-boleto:1.2'
// https://jarcasting.com/artifacts/br.com.objectos/way-boleto/
implementation ("br.com.objectos:way-boleto:1.2")
'br.com.objectos:way-boleto:jar:1.2'
<dependency org="br.com.objectos" name="way-boleto" rev="1.2">
<artifact name="way-boleto" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='way-boleto', version='1.2')
)
libraryDependencies += "br.com.objectos" % "way-boleto" % "1.2"
[br.com.objectos/way-boleto "1.2"]