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