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