GroupId | GroupIdcom.github.yiding-he |
---|---|
ArtifactId | ArtifactIdhydrogen-dao |
Version | Version4.0.0 |
Type | Typejar |
Filename | Size |
---|---|
hydrogen-dao-4.0.0.pom | |
hydrogen-dao-4.0.0.jar | 161 KB |
hydrogen-dao-4.0.0-sources.jar | 86 KB |
hydrogen-dao-4.0.0-javadoc.jar | 632 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yiding-he/hydrogen-dao/ -->
<dependency>
<groupId>com.github.yiding-he</groupId>
<artifactId>hydrogen-dao</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yiding-he/hydrogen-dao/
implementation 'com.github.yiding-he:hydrogen-dao:4.0.0'
// https://jarcasting.com/artifacts/com.github.yiding-he/hydrogen-dao/
implementation ("com.github.yiding-he:hydrogen-dao:4.0.0")
'com.github.yiding-he:hydrogen-dao:jar:4.0.0'
<dependency org="com.github.yiding-he" name="hydrogen-dao" rev="4.0.0">
<artifact name="hydrogen-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yiding-he', module='hydrogen-dao', version='4.0.0')
)
libraryDependencies += "com.github.yiding-he" % "hydrogen-dao" % "4.0.0"
[com.github.yiding-he/hydrogen-dao "4.0.0"]