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