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