GroupId | GroupIdme.youm.frame |
---|---|
ArtifactId | ArtifactIdshore-webflux |
Version | Version1.1.3-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.youm.frame/shore-webflux/ -->
<dependency>
<groupId>me.youm.frame</groupId>
<artifactId>shore-webflux</artifactId>
<version>1.1.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.youm.frame/shore-webflux/
implementation 'me.youm.frame:shore-webflux:1.1.3-RELEASE'
// https://jarcasting.com/artifacts/me.youm.frame/shore-webflux/
implementation ("me.youm.frame:shore-webflux:1.1.3-RELEASE")
'me.youm.frame:shore-webflux:jar:1.1.3-RELEASE'
<dependency org="me.youm.frame" name="shore-webflux" rev="1.1.3-RELEASE">
<artifact name="shore-webflux" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.youm.frame', module='shore-webflux', version='1.1.3-RELEASE')
)
libraryDependencies += "me.youm.frame" % "shore-webflux" % "1.1.3-RELEASE"
[me.youm.frame/shore-webflux "1.1.3-RELEASE"]