GroupId | GroupIdorg.opensingular |
---|---|
ArtifactId | ArtifactIdflow-test |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
flow-test-1.5.4.pom | |
flow-test-1.5.4.jar | 38 KB |
flow-test-1.5.4-sources.jar | 22 KB |
flow-test-1.5.4-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensingular/flow-test/ -->
<dependency>
<groupId>org.opensingular</groupId>
<artifactId>flow-test</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensingular/flow-test/
implementation 'org.opensingular:flow-test:1.5.4'
// https://jarcasting.com/artifacts/org.opensingular/flow-test/
implementation ("org.opensingular:flow-test:1.5.4")
'org.opensingular:flow-test:jar:1.5.4'
<dependency org="org.opensingular" name="flow-test" rev="1.5.4">
<artifact name="flow-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensingular', module='flow-test', version='1.5.4')
)
libraryDependencies += "org.opensingular" % "flow-test" % "1.5.4"
[org.opensingular/flow-test "1.5.4"]