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