| Categories |
CategoriesJolt Data JSON |
|---|---|
| GroupId | GroupIdcom.bazaarvoice.jolt |
| ArtifactId | ArtifactIdjolt-core |
| Version | Version0.0.24 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jolt-core-0.0.24.pom | |
| jolt-core-0.0.24.jar | 197 KB |
| jolt-core-0.0.24-sources.jar | 153 KB |
| jolt-core-0.0.24-javadoc.jar | 838 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-core/ -->
<dependency>
<groupId>com.bazaarvoice.jolt</groupId>
<artifactId>jolt-core</artifactId>
<version>0.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-core/
implementation 'com.bazaarvoice.jolt:jolt-core:0.0.24'
// https://jarcasting.com/artifacts/com.bazaarvoice.jolt/jolt-core/
implementation ("com.bazaarvoice.jolt:jolt-core:0.0.24")
'com.bazaarvoice.jolt:jolt-core:jar:0.0.24'
<dependency org="com.bazaarvoice.jolt" name="jolt-core" rev="0.0.24">
<artifact name="jolt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.jolt', module='jolt-core', version='0.0.24')
)
libraryDependencies += "com.bazaarvoice.jolt" % "jolt-core" % "0.0.24"
[com.bazaarvoice.jolt/jolt-core "0.0.24"]