GroupId | GroupIdme.proton.core |
---|---|
ArtifactId | ArtifactIdreport-presentation |
Version | Version5.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
report-presentation-5.0.1.pom | |
report-presentation-5.0.1-sources.jar | 9 KB |
report-presentation-5.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/report-presentation/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>report-presentation</artifactId>
<version>5.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/report-presentation/
implementation 'me.proton.core:report-presentation:5.0.1'
// https://jarcasting.com/artifacts/me.proton.core/report-presentation/
implementation ("me.proton.core:report-presentation:5.0.1")
'me.proton.core:report-presentation:aar:5.0.1'
<dependency org="me.proton.core" name="report-presentation" rev="5.0.1">
<artifact name="report-presentation" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='report-presentation', version='5.0.1')
)
libraryDependencies += "me.proton.core" % "report-presentation" % "5.0.1"
[me.proton.core/report-presentation "5.0.1"]