Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIddatasource |
Version | Version1.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
datasource-1.0-RELEASE.pom | 5 KB |
Browse |
<!-- 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"]