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