Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.opower.hadoop.elephant-plug |
ArtifactId | ArtifactIdelephant-plug-hadoop |
Version | Version1.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.opower.hadoop.elephant-plug/elephant-plug-hadoop/ -->
<dependency>
<groupId>com.opower.hadoop.elephant-plug</groupId>
<artifactId>elephant-plug-hadoop</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.opower.hadoop.elephant-plug/elephant-plug-hadoop/
implementation 'com.opower.hadoop.elephant-plug:elephant-plug-hadoop:1.3.1'
// https://jarcasting.com/artifacts/com.opower.hadoop.elephant-plug/elephant-plug-hadoop/
implementation ("com.opower.hadoop.elephant-plug:elephant-plug-hadoop:1.3.1")
'com.opower.hadoop.elephant-plug:elephant-plug-hadoop:jar:1.3.1'
<dependency org="com.opower.hadoop.elephant-plug" name="elephant-plug-hadoop" rev="1.3.1">
<artifact name="elephant-plug-hadoop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opower.hadoop.elephant-plug', module='elephant-plug-hadoop', version='1.3.1')
)
libraryDependencies += "com.opower.hadoop.elephant-plug" % "elephant-plug-hadoop" % "1.3.1"
[com.opower.hadoop.elephant-plug/elephant-plug-hadoop "1.3.1"]