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