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