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