Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.wasiqb.coteafs |
ArtifactId | ArtifactIddatasource |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
datasource-1.0.0.pom | |
datasource-1.0.0.jar | 13 KB |
datasource-1.0.0-sources.jar | 11 KB |
datasource-1.0.0-javadoc.jar | 447 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/datasource/ -->
<dependency>
<groupId>com.github.wasiqb.coteafs</groupId>
<artifactId>datasource</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/datasource/
implementation 'com.github.wasiqb.coteafs:datasource:1.0.0'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/datasource/
implementation ("com.github.wasiqb.coteafs:datasource:1.0.0")
'com.github.wasiqb.coteafs:datasource:jar:1.0.0'
<dependency org="com.github.wasiqb.coteafs" name="datasource" rev="1.0.0">
<artifact name="datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='datasource', version='1.0.0')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "datasource" % "1.0.0"
[com.github.wasiqb.coteafs/datasource "1.0.0"]