GroupId | GroupIdcom.googlecode.redbox-mint |
---|---|
ArtifactId | ArtifactIdmint |
Version | Version1.5RC1 |
Type | Typepom |
Filename | Size |
---|---|
mint-1.5RC1.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.redbox-mint/mint/ -->
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint</artifactId>
<version>1.5RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.redbox-mint/mint/
implementation 'com.googlecode.redbox-mint:mint:1.5RC1'
// https://jarcasting.com/artifacts/com.googlecode.redbox-mint/mint/
implementation ("com.googlecode.redbox-mint:mint:1.5RC1")
'com.googlecode.redbox-mint:mint:pom:1.5RC1'
<dependency org="com.googlecode.redbox-mint" name="mint" rev="1.5RC1">
<artifact name="mint" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.redbox-mint', module='mint', version='1.5RC1')
)
libraryDependencies += "com.googlecode.redbox-mint" % "mint" % "1.5RC1"
[com.googlecode.redbox-mint/mint "1.5RC1"]