shiva core

Shiva Core Library

License

License

GroupId

GroupId

com.reizes.shiva2
ArtifactId

ArtifactId

shiva2-core
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

shiva core
Shiva Core Library

Download shiva2-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.reizes.shiva2/shiva2-core/ -->
<dependency>
    <groupId>com.reizes.shiva2</groupId>
    <artifactId>shiva2-core</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.reizes.shiva2/shiva2-core/
implementation 'com.reizes.shiva2:shiva2-core:0.2.1'
// https://jarcasting.com/artifacts/com.reizes.shiva2/shiva2-core/
implementation ("com.reizes.shiva2:shiva2-core:0.2.1")
'com.reizes.shiva2:shiva2-core:jar:0.2.1'
<dependency org="com.reizes.shiva2" name="shiva2-core" rev="0.2.1">
  <artifact name="shiva2-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reizes.shiva2', module='shiva2-core', version='0.2.1')
)
libraryDependencies += "com.reizes.shiva2" % "shiva2-core" % "0.2.1"
[com.reizes.shiva2/shiva2-core "0.2.1"]

Dependencies

compile (8)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.9.2
com.github.spullara.mustache.java : compiler jar 0.9.1
com.fasterxml.jackson.core : jackson-core jar 2.8.1
com.fasterxml.jackson.core : jackson-databind jar 2.8.1
com.fasterxml.jackson.core : jackson-annotations jar 2.8.1
org.apache.commons : commons-lang3 jar 3.4
org.projectlombok : lombok jar 1.16.6
org.slf4j : slf4j-log4j12 jar 1.7.16

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

shiva2

Shiva Simple ETL Library for Java

Maven Repository


    <repository>
        <id>oss</id>
        <url>https://oss.sonatype.org/content/groups/public/</url>
    </repository>

Shiva2 Core

Shiva Core libraries.

	<dependency>
		<groupId>com.reizes.shiva2</groupId>
		<artifactId>shiva2-core</artifactId>
		<version>0.2.0</version>
	</dependency>

Shiva2 JDBC

Shiva JDBC Support. It supports JDBC row handler and batch update.

	<dependency>
		<groupId>com.reizes.shiva2</groupId>
		<artifactId>shiva2-jdbc</artifactId>
		<version>0.2.0</version>
	</dependency>

Shiva2 HTTP

Shiva HTTP Support. It support HTTP Rest Client.

	<dependency>
		<groupId>com.reizes.shiva2</groupId>
		<artifactId>shiva2-http</artifactId>
		<version>0.2.0</version>
	</dependency>

Shiva2 Kafka

Shiva Kafka Support. It is the Kafka consumer for Shiva.

<dependency>
    <groupId>com.reizes.shiva2</groupId>
    <artifactId>shiva2-kafka</artifactId>
    <version>0.2.0</version>
</dependency>

Versions

Version
0.2.1
0.2.0