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