License |
License |
---|---|
GroupId | GroupIdcom.brihaspathee.zeus |
ArtifactId | ArtifactIdtransaction-storage-service |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTransaction Storage Service
Service that stores the original transaction data in normalized tables
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.brihaspathee.zeus/transaction-storage-service/ -->
<dependency>
<groupId>com.brihaspathee.zeus</groupId>
<artifactId>transaction-storage-service</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.brihaspathee.zeus/transaction-storage-service/
implementation 'com.brihaspathee.zeus:transaction-storage-service:0.0.2'
// https://jarcasting.com/artifacts/com.brihaspathee.zeus/transaction-storage-service/
implementation ("com.brihaspathee.zeus:transaction-storage-service:0.0.2")
'com.brihaspathee.zeus:transaction-storage-service:jar:0.0.2'
<dependency org="com.brihaspathee.zeus" name="transaction-storage-service" rev="0.0.2">
<artifact name="transaction-storage-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brihaspathee.zeus', module='transaction-storage-service', version='0.0.2')
)
libraryDependencies += "com.brihaspathee.zeus" % "transaction-storage-service" % "0.0.2"
[com.brihaspathee.zeus/transaction-storage-service "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.brihaspathee.zeus : zeus-framework | jar | 1.0.10 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.6.4 |
org.springframework.boot : spring-boot-starter-web | jar | 2.6.4 |
org.flywaydb : flyway-core | jar | 8.0.5 |
org.springdoc : springdoc-openapi-ui | jar | 1.5.12 |
org.springframework.kafka : spring-kafka | jar | 2.8.3 |
com.networknt : json-schema-validator | jar | 1.0.66 |
org.projectlombok : lombok Optional | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
mysql : mysql-connector-java | jar | 8.0.28 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.4 |
org.springframework.kafka : spring-kafka-test | jar | 2.8.3 |