Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.heanbian |
ArtifactId | ArtifactIdheanbian-datasource |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.heanbian/heanbian-datasource/ -->
<dependency>
<groupId>com.heanbian</groupId>
<artifactId>heanbian-datasource</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.heanbian/heanbian-datasource/
implementation 'com.heanbian:heanbian-datasource:1.0.0'
// https://jarcasting.com/artifacts/com.heanbian/heanbian-datasource/
implementation ("com.heanbian:heanbian-datasource:1.0.0")
'com.heanbian:heanbian-datasource:jar:1.0.0'
<dependency org="com.heanbian" name="heanbian-datasource" rev="1.0.0">
<artifact name="heanbian-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heanbian', module='heanbian-datasource', version='1.0.0')
)
libraryDependencies += "com.heanbian" % "heanbian-datasource" % "1.0.0"
[com.heanbian/heanbian-datasource "1.0.0"]