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