| GroupId | GroupIdcom.walmartlabs.bigben |
|---|---|
| ArtifactId | ArtifactIdbigben |
| Version | Version1.0.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| bigben-1.0.7.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.walmartlabs.bigben/bigben/ -->
<dependency>
<groupId>com.walmartlabs.bigben</groupId>
<artifactId>bigben</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.walmartlabs.bigben/bigben/
implementation 'com.walmartlabs.bigben:bigben:1.0.7'
// https://jarcasting.com/artifacts/com.walmartlabs.bigben/bigben/
implementation ("com.walmartlabs.bigben:bigben:1.0.7")
'com.walmartlabs.bigben:bigben:pom:1.0.7'
<dependency org="com.walmartlabs.bigben" name="bigben" rev="1.0.7">
<artifact name="bigben" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.walmartlabs.bigben', module='bigben', version='1.0.7')
)
libraryDependencies += "com.walmartlabs.bigben" % "bigben" % "1.0.7"
[com.walmartlabs.bigben/bigben "1.0.7"]