| GroupId | GroupIdcom.duopeak.eevee |
|---|---|
| ArtifactId | ArtifactIdeevee-billing |
| Version | Version1.3.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| eevee-billing-1.3.0.pom | |
| eevee-billing-1.3.0-javadoc.jar | 431 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.duopeak.eevee/eevee-billing/ -->
<dependency>
<groupId>com.duopeak.eevee</groupId>
<artifactId>eevee-billing</artifactId>
<version>1.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.duopeak.eevee/eevee-billing/
implementation 'com.duopeak.eevee:eevee-billing:1.3.0'
// https://jarcasting.com/artifacts/com.duopeak.eevee/eevee-billing/
implementation ("com.duopeak.eevee:eevee-billing:1.3.0")
'com.duopeak.eevee:eevee-billing:aar:1.3.0'
<dependency org="com.duopeak.eevee" name="eevee-billing" rev="1.3.0">
<artifact name="eevee-billing" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.duopeak.eevee', module='eevee-billing', version='1.3.0')
)
libraryDependencies += "com.duopeak.eevee" % "eevee-billing" % "1.3.0"
[com.duopeak.eevee/eevee-billing "1.3.0"]