License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus.qute |
ArtifactId | ArtifactIdqute-generator |
Version | Version2.9.0.CR1 |
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 URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qute-generator-2.9.0.CR1.pom | |
qute-generator-2.9.0.CR1.jar | 54 KB |
qute-generator-2.9.0.CR1-sources.jar | 22 KB |
qute-generator-2.9.0.CR1-javadoc.jar | 442 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus.qute/qute-generator/ -->
<dependency>
<groupId>io.quarkus.qute</groupId>
<artifactId>qute-generator</artifactId>
<version>2.9.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus.qute/qute-generator/
implementation 'io.quarkus.qute:qute-generator:2.9.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus.qute/qute-generator/
implementation ("io.quarkus.qute:qute-generator:2.9.0.CR1")
'io.quarkus.qute:qute-generator:jar:2.9.0.CR1'
<dependency org="io.quarkus.qute" name="qute-generator" rev="2.9.0.CR1">
<artifact name="qute-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus.qute', module='qute-generator', version='2.9.0.CR1')
)
libraryDependencies += "io.quarkus.qute" % "qute-generator" % "2.9.0.CR1"
[io.quarkus.qute/qute-generator "2.9.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus.qute : qute-core | jar | 2.9.0.CR1 |
org.jboss.logging : jboss-logging | jar | 3.4.3.Final |
io.quarkus.gizmo : gizmo | jar | 1.0.10.Final |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.assertj : assertj-core | jar | 3.22.0 |