is not current version
Last Version 1.1-RELEASE

com.github.dreamroute:datasource 1.0-RELEASE


Categories

Categories

Data
GroupId

GroupId

com.github.dreamroute
ArtifactId

ArtifactId

datasource
Version

Version

1.0-RELEASE
Type

Type

pom

Download datasource 1.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.dreamroute/datasource/ -->
<dependency>
    <groupId>com.github.dreamroute</groupId>
    <artifactId>datasource</artifactId>
    <version>1.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/datasource/
implementation 'com.github.dreamroute:datasource:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.dreamroute/datasource/
implementation ("com.github.dreamroute:datasource:1.0-RELEASE")
'com.github.dreamroute:datasource:pom:1.0-RELEASE'
<dependency org="com.github.dreamroute" name="datasource" rev="1.0-RELEASE">
  <artifact name="datasource" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='datasource', version='1.0-RELEASE')
)
libraryDependencies += "com.github.dreamroute" % "datasource" % "1.0-RELEASE"
[com.github.dreamroute/datasource "1.0-RELEASE"]