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