GroupId | GroupIdtop.chaser.framework |
---|---|
ArtifactId | ArtifactIdcommon-webflux |
Version | VersionB-1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-webflux-B-1.0.0.RELEASE.pom | |
common-webflux-B-1.0.0.RELEASE.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.chaser.framework/common-webflux/ -->
<dependency>
<groupId>top.chaser.framework</groupId>
<artifactId>common-webflux</artifactId>
<version>B-1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.chaser.framework/common-webflux/
implementation 'top.chaser.framework:common-webflux:B-1.0.0.RELEASE'
// https://jarcasting.com/artifacts/top.chaser.framework/common-webflux/
implementation ("top.chaser.framework:common-webflux:B-1.0.0.RELEASE")
'top.chaser.framework:common-webflux:jar:B-1.0.0.RELEASE'
<dependency org="top.chaser.framework" name="common-webflux" rev="B-1.0.0.RELEASE">
<artifact name="common-webflux" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.chaser.framework', module='common-webflux', version='B-1.0.0.RELEASE')
)
libraryDependencies += "top.chaser.framework" % "common-webflux" % "B-1.0.0.RELEASE"
[top.chaser.framework/common-webflux "B-1.0.0.RELEASE"]