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