License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.efluid.oss |
ArtifactId | ArtifactIddatagate-app |
Version | Version1.0.0-beta-1 |
Type | Typejar |
Description |
Descriptiondatagate is a tool to manage data of one database to another
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
datagate-app-1.0.0-beta-1.pom | |
datagate-app-1.0.0-beta-1.jar | 459 KB |
datagate-app-1.0.0-beta-1-sources.jar | 297 KB |
datagate-app-1.0.0-beta-1-javadoc.jar | 1 MB |
datagate-app-1.0.0-beta-1-exec.jar | 69 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.efluid.oss/datagate-app/ -->
<dependency>
<groupId>com.efluid.oss</groupId>
<artifactId>datagate-app</artifactId>
<version>1.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.efluid.oss/datagate-app/
implementation 'com.efluid.oss:datagate-app:1.0.0-beta-1'
// https://jarcasting.com/artifacts/com.efluid.oss/datagate-app/
implementation ("com.efluid.oss:datagate-app:1.0.0-beta-1")
'com.efluid.oss:datagate-app:jar:1.0.0-beta-1'
<dependency org="com.efluid.oss" name="datagate-app" rev="1.0.0-beta-1">
<artifact name="datagate-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.efluid.oss', module='datagate-app', version='1.0.0-beta-1')
)
libraryDependencies += "com.efluid.oss" % "datagate-app" % "1.0.0-beta-1"
[com.efluid.oss/datagate-app "1.0.0-beta-1"]
Group / Artifact | Type | Version |
---|---|---|
org.postgresql : postgresql | jar | 42.2.5 |
org.flywaydb : flyway-core | jar | 5.2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.0.RELEASE |