Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.github.project-openubl |
ArtifactId | ArtifactIdquarkus-freemarker-deployment |
Version | Version1.2.0.RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.project-openubl/quarkus-freemarker-deployment/ -->
<dependency>
<groupId>io.github.project-openubl</groupId>
<artifactId>quarkus-freemarker-deployment</artifactId>
<version>1.2.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.project-openubl/quarkus-freemarker-deployment/
implementation 'io.github.project-openubl:quarkus-freemarker-deployment:1.2.0.RC1'
// https://jarcasting.com/artifacts/io.github.project-openubl/quarkus-freemarker-deployment/
implementation ("io.github.project-openubl:quarkus-freemarker-deployment:1.2.0.RC1")
'io.github.project-openubl:quarkus-freemarker-deployment:jar:1.2.0.RC1'
<dependency org="io.github.project-openubl" name="quarkus-freemarker-deployment" rev="1.2.0.RC1">
<artifact name="quarkus-freemarker-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.project-openubl', module='quarkus-freemarker-deployment', version='1.2.0.RC1')
)
libraryDependencies += "io.github.project-openubl" % "quarkus-freemarker-deployment" % "1.2.0.RC1"
[io.github.project-openubl/quarkus-freemarker-deployment "1.2.0.RC1"]