Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.heanbian |
ArtifactId | ArtifactIdheanbian-datasource |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
heanbian-datasource-1.0.3.pom | |
heanbian-datasource-1.0.3.jar | 10 KB |
heanbian-datasource-1.0.3-sources.jar | 2 KB |
heanbian-datasource-1.0.3-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.heanbian/heanbian-datasource/ -->
<dependency>
<groupId>com.heanbian</groupId>
<artifactId>heanbian-datasource</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.heanbian/heanbian-datasource/
implementation 'com.heanbian:heanbian-datasource:1.0.3'
// https://jarcasting.com/artifacts/com.heanbian/heanbian-datasource/
implementation ("com.heanbian:heanbian-datasource:1.0.3")
'com.heanbian:heanbian-datasource:jar:1.0.3'
<dependency org="com.heanbian" name="heanbian-datasource" rev="1.0.3">
<artifact name="heanbian-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heanbian', module='heanbian-datasource', version='1.0.3')
)
libraryDependencies += "com.heanbian" % "heanbian-datasource" % "1.0.3"
[com.heanbian/heanbian-datasource "1.0.3"]