License |
License |
---|---|
GroupId | GroupIdio.github.yangshuo |
ArtifactId | ArtifactIddb-deployer-api |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionsimple database script management library
|
Filename | Size |
---|---|
db-deployer-api-1.0.2.pom | |
db-deployer-api-1.0.2.jar | 2 KB |
db-deployer-api-1.0.2-sources.jar | 1 KB |
db-deployer-api-1.0.2-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yangshuo/db-deployer-api/ -->
<dependency>
<groupId>io.github.yangshuo</groupId>
<artifactId>db-deployer-api</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yangshuo/db-deployer-api/
implementation 'io.github.yangshuo:db-deployer-api:1.0.2'
// https://jarcasting.com/artifacts/io.github.yangshuo/db-deployer-api/
implementation ("io.github.yangshuo:db-deployer-api:1.0.2")
'io.github.yangshuo:db-deployer-api:jar:1.0.2'
<dependency org="io.github.yangshuo" name="db-deployer-api" rev="1.0.2">
<artifact name="db-deployer-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yangshuo', module='db-deployer-api', version='1.0.2')
)
libraryDependencies += "io.github.yangshuo" % "db-deployer-api" % "1.0.2"
[io.github.yangshuo/db-deployer-api "1.0.2"]