GroupId | GroupIdme.fycz.maple |
---|---|
ArtifactId | ArtifactIdmaple |
Version | Version1.6 |
Type | Typeaar |
Filename | Size |
---|---|
maple-1.6.pom | |
maple-1.6-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.fycz.maple/maple/ -->
<dependency>
<groupId>me.fycz.maple</groupId>
<artifactId>maple</artifactId>
<version>1.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.fycz.maple/maple/
implementation 'me.fycz.maple:maple:1.6'
// https://jarcasting.com/artifacts/me.fycz.maple/maple/
implementation ("me.fycz.maple:maple:1.6")
'me.fycz.maple:maple:aar:1.6'
<dependency org="me.fycz.maple" name="maple" rev="1.6">
<artifact name="maple" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.fycz.maple', module='maple', version='1.6')
)
libraryDependencies += "me.fycz.maple" % "maple" % "1.6"
[me.fycz.maple/maple "1.6"]