| Categories |
CategoriesJolt Data JSON |
|---|---|
| GroupId | GroupIdcom.bazaarvoice.jolt |
| ArtifactId | ArtifactIdjolt-parent |
| Version | Version0.0.15 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jolt-parent-0.0.15.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-parent/ -->
<dependency>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-parent</artifactId>
<version>0.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-parent/
implementation 'com.bazaarvoice.jolt:jolt-parent:0.0.15'
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-parent/
implementation ("com.bazaarvoice.jolt:jolt-parent:0.0.15")
'com.bazaarvoice.jolt:jolt-parent:pom:0.0.15'
<dependency org="com.bazaarvoice.jolt" name="jolt-parent" rev="0.0.15">
<artifact name="jolt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.jolt', module='jolt-parent', version='0.0.15')
)
libraryDependencies += "com.bazaarvoice.jolt" % "jolt-parent" % "0.0.15"
[com.bazaarvoice.jolt/jolt-parent "0.0.15"]