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