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