Categories |
CategoriesJolt Data JSON |
---|---|
GroupId | GroupIdcom.bazaarvoice.jolt |
ArtifactId | ArtifactIdjolt-parent |
Last Version | Last Version0.1.7 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJolt Parent
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jolt-parent-0.1.7.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.1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-parent/
implementation 'com.bazaarvoice.jolt:jolt-parent:0.1.7'
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-parent/
implementation ("com.bazaarvoice.jolt:jolt-parent:0.1.7")
'com.bazaarvoice.jolt:jolt-parent:pom:0.1.7'
<dependency org="com.bazaarvoice.jolt" name="jolt-parent" rev="0.1.7">
<artifact name="jolt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.jolt', module='jolt-parent', version='0.1.7')
)
libraryDependencies += "com.bazaarvoice.jolt" % "jolt-parent" % "0.1.7"
[com.bazaarvoice.jolt/jolt-parent "0.1.7"]