License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkiverse.rsocket |
ArtifactId | ArtifactIdquarkus-rsocket-parent |
Version | Version0 |
Type | Typepom |
Description |
DescriptionParent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-rsocket-parent-0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.rsocket/quarkus-rsocket-parent/ -->
<dependency>
<groupId>io.quarkiverse.rsocket</groupId>
<artifactId>quarkus-rsocket-parent</artifactId>
<version>0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.rsocket/quarkus-rsocket-parent/
implementation 'io.quarkiverse.rsocket:quarkus-rsocket-parent:0'
// https://jarcasting.com/artifacts/io.quarkiverse.rsocket/quarkus-rsocket-parent/
implementation ("io.quarkiverse.rsocket:quarkus-rsocket-parent:0")
'io.quarkiverse.rsocket:quarkus-rsocket-parent:pom:0'
<dependency org="io.quarkiverse.rsocket" name="quarkus-rsocket-parent" rev="0">
<artifact name="quarkus-rsocket-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.rsocket', module='quarkus-rsocket-parent', version='0')
)
libraryDependencies += "io.quarkiverse.rsocket" % "quarkus-rsocket-parent" % "0"
[io.quarkiverse.rsocket/quarkus-rsocket-parent "0"]