GroupId | GroupIdcom.googlecode.redbox-mint |
---|---|
ArtifactId | ArtifactIdredbox-vital-subscriber |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.redbox-mint/redbox-vital-subscriber/ -->
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-vital-subscriber</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.redbox-mint/redbox-vital-subscriber/
implementation 'com.googlecode.redbox-mint:redbox-vital-subscriber:0.9.0'
// https://jarcasting.com/artifacts/com.googlecode.redbox-mint/redbox-vital-subscriber/
implementation ("com.googlecode.redbox-mint:redbox-vital-subscriber:0.9.0")
'com.googlecode.redbox-mint:redbox-vital-subscriber:jar:0.9.0'
<dependency org="com.googlecode.redbox-mint" name="redbox-vital-subscriber" rev="0.9.0">
<artifact name="redbox-vital-subscriber" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.redbox-mint', module='redbox-vital-subscriber', version='0.9.0')
)
libraryDependencies += "com.googlecode.redbox-mint" % "redbox-vital-subscriber" % "0.9.0"
[com.googlecode.redbox-mint/redbox-vital-subscriber "0.9.0"]