Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.presidentio.but |
ArtifactId | ArtifactIdflume-unit |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
flume-unit-1.0.0.pom | |
flume-unit-1.0.0.jar | 6 KB |
flume-unit-1.0.0-sources.jar | 5 KB |
flume-unit-1.0.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.presidentio.but/flume-unit/ -->
<dependency>
<groupId>com.presidentio.but</groupId>
<artifactId>flume-unit</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.presidentio.but/flume-unit/
implementation 'com.presidentio.but:flume-unit:1.0.0'
// https://jarcasting.com/artifacts/com.presidentio.but/flume-unit/
implementation ("com.presidentio.but:flume-unit:1.0.0")
'com.presidentio.but:flume-unit:jar:1.0.0'
<dependency org="com.presidentio.but" name="flume-unit" rev="1.0.0">
<artifact name="flume-unit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.presidentio.but', module='flume-unit', version='1.0.0')
)
libraryDependencies += "com.presidentio.but" % "flume-unit" % "1.0.0"
[com.presidentio.but/flume-unit "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.presidentio.but : unit-common | jar | |
com.presidentio.but : junit-runner | jar | |
com.presidentio.but : test-utils | jar | |
org.apache.flume : flume-ng-node | jar |