Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.superutils |
ArtifactId | ArtifactIdutils-datasource |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
utils-datasource-1.2.0.pom | |
utils-datasource-1.2.0.jar | 6 KB |
utils-datasource-1.2.0-sources.jar | 3 KB |
utils-datasource-1.2.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.superutils/utils-datasource/ -->
<dependency>
<groupId>com.github.superutils</groupId>
<artifactId>utils-datasource</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.superutils/utils-datasource/
implementation 'com.github.superutils:utils-datasource:1.2.0'
// https://jarcasting.com/artifacts/com.github.superutils/utils-datasource/
implementation ("com.github.superutils:utils-datasource:1.2.0")
'com.github.superutils:utils-datasource:jar:1.2.0'
<dependency org="com.github.superutils" name="utils-datasource" rev="1.2.0">
<artifact name="utils-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.superutils', module='utils-datasource', version='1.2.0')
)
libraryDependencies += "com.github.superutils" % "utils-datasource" % "1.2.0"
[com.github.superutils/utils-datasource "1.2.0"]