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