License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-webjars-locator |
Version | Version2.8.1.Final |
Type | Typejar |
Description |
DescriptionQuarkus - WebJar Locator - Runtime
Simplify paths for WebJar dependencies
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-webjars-locator/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-webjars-locator</artifactId>
<version>2.8.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-webjars-locator/
implementation 'io.quarkus:quarkus-webjars-locator:2.8.1.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-webjars-locator/
implementation ("io.quarkus:quarkus-webjars-locator:2.8.1.Final")
'io.quarkus:quarkus-webjars-locator:jar:2.8.1.Final'
<dependency org="io.quarkus" name="quarkus-webjars-locator" rev="2.8.1.Final">
<artifact name="quarkus-webjars-locator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-webjars-locator', version='2.8.1.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-webjars-locator" % "2.8.1.Final"
[io.quarkus/quarkus-webjars-locator "2.8.1.Final"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-core | jar | |
io.quarkus : quarkus-vertx-http | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.8.1.Final |