License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus.qute |
ArtifactId | ArtifactIdqute-generator |
Version | Version2.0.0.CR3 |
Type | Typejar |
Description |
DescriptionQute - Generator
Provides, via submodules, a base configuration for JBoss project builds, as well as a derived configuration supporting multi-release JARs
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
qute-generator-2.0.0.CR3.pom | |
qute-generator-2.0.0.CR3.jar | 47 KB |
qute-generator-2.0.0.CR3-sources.jar | 20 KB |
qute-generator-2.0.0.CR3-javadoc.jar | 423 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus.qute/qute-generator/ -->
<dependency>
<groupId>io.quarkus.qute</groupId>
<artifactId>qute-generator</artifactId>
<version>2.0.0.CR3</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.qute/qute-generator/
implementation 'io.quarkus.qute:qute-generator:2.0.0.CR3'
// https://jarcasting.com/artifacts/io.quarkus.qute/qute-generator/
implementation ("io.quarkus.qute:qute-generator:2.0.0.CR3")
'io.quarkus.qute:qute-generator:jar:2.0.0.CR3'
<dependency org="io.quarkus.qute" name="qute-generator" rev="2.0.0.CR3">
<artifact name="qute-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.qute', module='qute-generator', version='2.0.0.CR3')
)
libraryDependencies += "io.quarkus.qute" % "qute-generator" % "2.0.0.CR3"
[io.quarkus.qute/qute-generator "2.0.0.CR3"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus.qute : qute-core | jar | 2.0.0.CR3 |
org.jboss.logging : jboss-logging | jar | 3.4.2.Final |
io.quarkus.gizmo : gizmo | jar | 1.0.8.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar |