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