| GroupId | GroupIdbr.com.objectos |
|---|---|
| ArtifactId | ArtifactIdway-reports |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| way-reports-1.2.0.pom | |
| way-reports-1.2.0.jar | 27 KB |
| way-reports-1.2.0-tests.jar | 16 KB |
| way-reports-1.2.0-test-sources.jar | 13 KB |
| way-reports-1.2.0-sources.jar | 18 KB |
| way-reports-1.2.0-javadoc.jar | 76 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos/way-reports/ -->
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>way-reports</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos/way-reports/
implementation 'br.com.objectos:way-reports:1.2.0'
// https://jarcasting.com/artifacts/br.com.objectos/way-reports/
implementation ("br.com.objectos:way-reports:1.2.0")
'br.com.objectos:way-reports:jar:1.2.0'
<dependency org="br.com.objectos" name="way-reports" rev="1.2.0">
<artifact name="way-reports" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos', module='way-reports', version='1.2.0')
)
libraryDependencies += "br.com.objectos" % "way-reports" % "1.2.0"
[br.com.objectos/way-reports "1.2.0"]