| License |
License |
|---|---|
| Categories |
CategoriesMySQL Data Databases |
| GroupId | GroupIdio.github.jas34 |
| ArtifactId | ArtifactIdscheduled-mysql-persistence |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionArchetype - scheduled-mysql-persistence
Scheduled Conductor-Workflow is an extension of netflix conductor to provide capability to schedule a
workflow in micro service architecture
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.github.jas34/scheduled-mysql-persistence/ -->
<dependency>
<groupId>io.github.jas34</groupId>
<artifactId>scheduled-mysql-persistence</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jas34/scheduled-mysql-persistence/
implementation 'io.github.jas34:scheduled-mysql-persistence:2.0.0'
// https://jarcasting.com/artifacts/io.github.jas34/scheduled-mysql-persistence/
implementation ("io.github.jas34:scheduled-mysql-persistence:2.0.0")
'io.github.jas34:scheduled-mysql-persistence:jar:2.0.0'
<dependency org="io.github.jas34" name="scheduled-mysql-persistence" rev="2.0.0">
<artifact name="scheduled-mysql-persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jas34', module='scheduled-mysql-persistence', version='2.0.0')
)
libraryDependencies += "io.github.jas34" % "scheduled-mysql-persistence" % "2.0.0"
[io.github.jas34/scheduled-mysql-persistence "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.jas34 : scheduledwf-core | jar | 2.0.0 |
| com.netflix.conductor : conductor-mysql-persistence | jar | 3.3.0 |
| org.apache.commons : commons-collections4 | jar | 4.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testcontainers : mysql | jar | 1.15.1 |
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |