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