Categories |
CategoriesData |
---|---|
GroupId | GroupIdme.proton.core |
ArtifactId | ArtifactIdplan-data |
Version | Version0.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
plan-data-0.0.3.pom | |
plan-data-0.0.3-sources.jar | 4 KB |
plan-data-0.0.3-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.proton.core/plan-data/ -->
<dependency>
<groupId>me.proton.core</groupId>
<artifactId>plan-data</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.proton.core/plan-data/
implementation 'me.proton.core:plan-data:0.0.3'
// https://jarcasting.com/artifacts/me.proton.core/plan-data/
implementation ("me.proton.core:plan-data:0.0.3")
'me.proton.core:plan-data:aar:0.0.3'
<dependency org="me.proton.core" name="plan-data" rev="0.0.3">
<artifact name="plan-data" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.proton.core', module='plan-data', version='0.0.3')
)
libraryDependencies += "me.proton.core" % "plan-data" % "0.0.3"
[me.proton.core/plan-data "0.0.3"]