GroupId | GroupIdcom.bazaarvoice.ostrich.examples.calculator |
---|---|
ArtifactId | ArtifactIdcalculator |
Version | Version1.5.4 |
Type | Typepom |
Filename | Size |
---|---|
calculator-1.5.4.pom | 840 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.calculator/calculator/ -->
<dependency>
<groupId>com.bazaarvoice.ostrich.examples.calculator</groupId>
<artifactId>calculator</artifactId>
<version>1.5.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.calculator/calculator/
implementation 'com.bazaarvoice.ostrich.examples.calculator:calculator:1.5.4'
// https://jarcasting.com/artifacts/com.bazaarvoice.ostrich.examples.calculator/calculator/
implementation ("com.bazaarvoice.ostrich.examples.calculator:calculator:1.5.4")
'com.bazaarvoice.ostrich.examples.calculator:calculator:pom:1.5.4'
<dependency org="com.bazaarvoice.ostrich.examples.calculator" name="calculator" rev="1.5.4">
<artifact name="calculator" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.ostrich.examples.calculator', module='calculator', version='1.5.4')
)
libraryDependencies += "com.bazaarvoice.ostrich.examples.calculator" % "calculator" % "1.5.4"
[com.bazaarvoice.ostrich.examples.calculator/calculator "1.5.4"]