GroupId | GroupIdorg.bekit |
---|---|
ArtifactId | ArtifactIdflow |
Version | Version1.2.3.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
flow-1.2.3.RELEASE.pom | |
flow-1.2.3.RELEASE.jar | 52 KB |
flow-1.2.3.RELEASE-sources.jar | 43 KB |
flow-1.2.3.RELEASE-javadoc.jar | 328 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bekit/flow/ -->
<dependency>
<groupId>org.bekit</groupId>
<artifactId>flow</artifactId>
<version>1.2.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.bekit/flow/
implementation 'org.bekit:flow:1.2.3.RELEASE'
// https://jarcasting.com/artifacts/org.bekit/flow/
implementation ("org.bekit:flow:1.2.3.RELEASE")
'org.bekit:flow:jar:1.2.3.RELEASE'
<dependency org="org.bekit" name="flow" rev="1.2.3.RELEASE">
<artifact name="flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bekit', module='flow', version='1.2.3.RELEASE')
)
libraryDependencies += "org.bekit" % "flow" % "1.2.3.RELEASE"
[org.bekit/flow "1.2.3.RELEASE"]