GroupId | GroupIdcom.github.roneetshaw |
---|---|
ArtifactId | ArtifactIdflow-testing |
Version | Version0.0.22 |
Type | Typejar |
Filename | Size |
---|---|
flow-testing-0.0.22.pom | |
flow-testing-0.0.22.jar | 55 KB |
flow-testing-0.0.22-sources.jar | 14 KB |
flow-testing-0.0.22-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.roneetshaw/flow-testing/ -->
<dependency>
<groupId>com.github.roneetshaw</groupId>
<artifactId>flow-testing</artifactId>
<version>0.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.roneetshaw/flow-testing/
implementation 'com.github.roneetshaw:flow-testing:0.0.22'
// https://jarcasting.com/artifacts/com.github.roneetshaw/flow-testing/
implementation ("com.github.roneetshaw:flow-testing:0.0.22")
'com.github.roneetshaw:flow-testing:jar:0.0.22'
<dependency org="com.github.roneetshaw" name="flow-testing" rev="0.0.22">
<artifact name="flow-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.roneetshaw', module='flow-testing', version='0.0.22')
)
libraryDependencies += "com.github.roneetshaw" % "flow-testing" % "0.0.22"
[com.github.roneetshaw/flow-testing "0.0.22"]