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