Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.bytepowered |
ArtifactId | ArtifactIdflux-endpoint |
Version | Version0.0.1-M0 |
Type | Typejar |
Filename | Size |
---|---|
flux-endpoint-0.0.1-M0.pom | |
flux-endpoint-0.0.1-M0.jar | 40 KB |
flux-endpoint-0.0.1-M0-sources.jar | 24 KB |
flux-endpoint-0.0.1-M0-javadoc.jar | 232 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bytepowered/flux-endpoint/ -->
<dependency>
<groupId>net.bytepowered</groupId>
<artifactId>flux-endpoint</artifactId>
<version>0.0.1-M0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bytepowered/flux-endpoint/
implementation 'net.bytepowered:flux-endpoint:0.0.1-M0'
// https://jarcasting.com/artifacts/net.bytepowered/flux-endpoint/
implementation ("net.bytepowered:flux-endpoint:0.0.1-M0")
'net.bytepowered:flux-endpoint:jar:0.0.1-M0'
<dependency org="net.bytepowered" name="flux-endpoint" rev="0.0.1-M0">
<artifact name="flux-endpoint" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bytepowered', module='flux-endpoint', version='0.0.1-M0')
)
libraryDependencies += "net.bytepowered" % "flux-endpoint" % "0.0.1-M0"
[net.bytepowered/flux-endpoint "0.0.1-M0"]