GroupId | GroupIdio.ktor |
---|---|
ArtifactId | ArtifactIdktor-webjars |
Version | Version1.1.4 |
Type | Typejar |
Filename | Size |
---|---|
ktor-webjars-1.1.4.pom | |
ktor-webjars-1.1.4.jar | 12 KB |
ktor-webjars-1.1.4-sources.jar | 1 KB |
ktor-webjars-1.1.4-kdoc.jar | 261 bytes |
ktor-webjars-1.1.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-webjars/ -->
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-webjars</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.ktor/ktor-webjars/
implementation 'io.ktor:ktor-webjars:1.1.4'
// https://jarcasting.com/artifacts/io.ktor/ktor-webjars/
implementation ("io.ktor:ktor-webjars:1.1.4")
'io.ktor:ktor-webjars:jar:1.1.4'
<dependency org="io.ktor" name="ktor-webjars" rev="1.1.4">
<artifact name="ktor-webjars" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ktor', module='ktor-webjars', version='1.1.4')
)
libraryDependencies += "io.ktor" % "ktor-webjars" % "1.1.4"
[io.ktor/ktor-webjars "1.1.4"]