| GroupId | GroupIdio.github.babyblue94520 |
|---|---|
| ArtifactId | ArtifactIdhi-sql |
| Version | Version0.0.2-RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| hi-sql-0.0.2-RELEASE.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.babyblue94520/hi-sql/ -->
<dependency>
<groupId>io.github.babyblue94520</groupId>
<artifactId>hi-sql</artifactId>
<version>0.0.2-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.babyblue94520/hi-sql/
implementation 'io.github.babyblue94520:hi-sql:0.0.2-RELEASE'
// https://jarcasting.com/artifacts/io.github.babyblue94520/hi-sql/
implementation ("io.github.babyblue94520:hi-sql:0.0.2-RELEASE")
'io.github.babyblue94520:hi-sql:pom:0.0.2-RELEASE'
<dependency org="io.github.babyblue94520" name="hi-sql" rev="0.0.2-RELEASE">
<artifact name="hi-sql" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.babyblue94520', module='hi-sql', version='0.0.2-RELEASE')
)
libraryDependencies += "io.github.babyblue94520" % "hi-sql" % "0.0.2-RELEASE"
[io.github.babyblue94520/hi-sql "0.0.2-RELEASE"]