GroupId | GroupIdcom.googlecode.redbox-mint |
---|---|
ArtifactId | ArtifactIdredbox-vital-subscriber |
Version | Version1.0.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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.redbox-mint/redbox-vital-subscriber/
implementation 'com.googlecode.redbox-mint:redbox-vital-subscriber:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.redbox-mint/redbox-vital-subscriber/
implementation ("com.googlecode.redbox-mint:redbox-vital-subscriber:1.0.0")
'com.googlecode.redbox-mint:redbox-vital-subscriber:jar:1.0.0'
<dependency org="com.googlecode.redbox-mint" name="redbox-vital-subscriber" rev="1.0.0">
<artifact name="redbox-vital-subscriber" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.redbox-mint', module='redbox-vital-subscriber', version='1.0.0')
)
libraryDependencies += "com.googlecode.redbox-mint" % "redbox-vital-subscriber" % "1.0.0"
[com.googlecode.redbox-mint/redbox-vital-subscriber "1.0.0"]