GroupId | GroupIdedu.ucr.cs.bdlab |
---|---|
ArtifactId | ArtifactIdbeast-hadoop |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
beast-hadoop-0.2.1.pom | |
beast-hadoop-0.2.1.jar | 68 KB |
beast-hadoop-0.2.1-sources.jar | 27 KB |
beast-hadoop-0.2.1-javadoc.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/beast-hadoop/ -->
<dependency>
<groupId>edu.ucr.cs.bdlab</groupId>
<artifactId>beast-hadoop</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/beast-hadoop/
implementation 'edu.ucr.cs.bdlab:beast-hadoop:0.2.1'
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/beast-hadoop/
implementation ("edu.ucr.cs.bdlab:beast-hadoop:0.2.1")
'edu.ucr.cs.bdlab:beast-hadoop:jar:0.2.1'
<dependency org="edu.ucr.cs.bdlab" name="beast-hadoop" rev="0.2.1">
<artifact name="beast-hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucr.cs.bdlab', module='beast-hadoop', version='0.2.1')
)
libraryDependencies += "edu.ucr.cs.bdlab" % "beast-hadoop" % "0.2.1"
[edu.ucr.cs.bdlab/beast-hadoop "0.2.1"]