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