Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.vivekkothari |
ArtifactId | ArtifactIddata-river |
Version | Version1.2 |
Type | Typepom |
Filename | Size |
---|---|
data-river-1.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vivekkothari/data-river/ -->
<dependency>
<groupId>com.github.vivekkothari</groupId>
<artifactId>data-river</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vivekkothari/data-river/
implementation 'com.github.vivekkothari:data-river:1.2'
// https://jarcasting.com/artifacts/com.github.vivekkothari/data-river/
implementation ("com.github.vivekkothari:data-river:1.2")
'com.github.vivekkothari:data-river:pom:1.2'
<dependency org="com.github.vivekkothari" name="data-river" rev="1.2">
<artifact name="data-river" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vivekkothari', module='data-river', version='1.2')
)
libraryDependencies += "com.github.vivekkothari" % "data-river" % "1.2"
[com.github.vivekkothari/data-river "1.2"]