GroupId | GroupIdcom.facebook.hiveio |
---|---|
ArtifactId | ArtifactIdhive-io-exp-core |
Version | Version0.9 |
Type | Typejar |
Filename | Size |
---|---|
hive-io-exp-core-0.9.pom | |
hive-io-exp-core-0.9.jar | 452 KB |
hive-io-exp-core-0.9-tests.jar | 12 KB |
hive-io-exp-core-0.9-test-sources.jar | 7 KB |
hive-io-exp-core-0.9-test-javadoc.jar | 65 KB |
hive-io-exp-core-0.9-sources.jar | 408 KB |
hive-io-exp-core-0.9-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.hiveio/hive-io-exp-core/ -->
<dependency>
<groupId>com.facebook.hiveio</groupId>
<artifactId>hive-io-exp-core</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.hiveio/hive-io-exp-core/
implementation 'com.facebook.hiveio:hive-io-exp-core:0.9'
// https://jarcasting.com/artifacts/com.facebook.hiveio/hive-io-exp-core/
implementation ("com.facebook.hiveio:hive-io-exp-core:0.9")
'com.facebook.hiveio:hive-io-exp-core:jar:0.9'
<dependency org="com.facebook.hiveio" name="hive-io-exp-core" rev="0.9">
<artifact name="hive-io-exp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.hiveio', module='hive-io-exp-core', version='0.9')
)
libraryDependencies += "com.facebook.hiveio" % "hive-io-exp-core" % "0.9"
[com.facebook.hiveio/hive-io-exp-core "0.9"]