GroupId | GroupIdcom.bazaarvoice.emodb |
---|---|
ArtifactId | ArtifactIdemodb-parent |
Version | Version5.7.24 |
Type | Typepom |
Filename | Size |
---|---|
emodb-parent-5.7.24.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-parent/ -->
<dependency>
<groupId>com.bazaarvoice.emodb</groupId>
<artifactId>emodb-parent</artifactId>
<version>5.7.24</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-parent/
implementation 'com.bazaarvoice.emodb:emodb-parent:5.7.24'
// https://jarcasting.com/artifacts/com.bazaarvoice.emodb/emodb-parent/
implementation ("com.bazaarvoice.emodb:emodb-parent:5.7.24")
'com.bazaarvoice.emodb:emodb-parent:pom:5.7.24'
<dependency org="com.bazaarvoice.emodb" name="emodb-parent" rev="5.7.24">
<artifact name="emodb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.emodb', module='emodb-parent', version='5.7.24')
)
libraryDependencies += "com.bazaarvoice.emodb" % "emodb-parent" % "5.7.24"
[com.bazaarvoice.emodb/emodb-parent "5.7.24"]