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