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