Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.teakfly |
ArtifactId | ArtifactIdteafly-common-datasource |
Version | Version1.0.32 |
Type | Typejar |
Filename | Size |
---|---|
teafly-common-datasource-1.0.32.pom | |
teafly-common-datasource-1.0.32-sources.jar | 146 bytes |
teafly-common-datasource-1.0.32-javadoc.jar | 146 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.teakfly/teafly-common-datasource/ -->
<dependency>
<groupId>com.github.teakfly</groupId>
<artifactId>teafly-common-datasource</artifactId>
<version>1.0.32</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.teakfly/teafly-common-datasource/
implementation 'com.github.teakfly:teafly-common-datasource:1.0.32'
// https://jarcasting.com/artifacts/com.github.teakfly/teafly-common-datasource/
implementation ("com.github.teakfly:teafly-common-datasource:1.0.32")
'com.github.teakfly:teafly-common-datasource:jar:1.0.32'
<dependency org="com.github.teakfly" name="teafly-common-datasource" rev="1.0.32">
<artifact name="teafly-common-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.teakfly', module='teafly-common-datasource', version='1.0.32')
)
libraryDependencies += "com.github.teakfly" % "teafly-common-datasource" % "1.0.32"
[com.github.teakfly/teafly-common-datasource "1.0.32"]