| GroupId | GroupIdcom.microsoft.reef |
|---|---|
| ArtifactId | ArtifactIdreef-poison |
| Version | Version0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reef-poison-0.4.pom | |
| reef-poison-0.4.jar | 6 KB |
| reef-poison-0.4-tests.jar | 1 KB |
| reef-poison-0.4-sources.jar | 7 KB |
| reef-poison-0.4-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.reef/reef-poison/ -->
<dependency>
<groupId>com.microsoft.reef</groupId>
<artifactId>reef-poison</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-poison/
implementation 'com.microsoft.reef:reef-poison:0.4'
// https://jarcasting.com/artifacts/com.microsoft.reef/reef-poison/
implementation ("com.microsoft.reef:reef-poison:0.4")
'com.microsoft.reef:reef-poison:jar:0.4'
<dependency org="com.microsoft.reef" name="reef-poison" rev="0.4">
<artifact name="reef-poison" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.reef', module='reef-poison', version='0.4')
)
libraryDependencies += "com.microsoft.reef" % "reef-poison" % "0.4"
[com.microsoft.reef/reef-poison "0.4"]