| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages ORM Data | 
        
| GroupId | GroupIdio.ktor | 
    
| ArtifactId | ArtifactIdktor-freemarker-kotlinMultiplatform | 
    
| Last Version | Last Version1.6.8 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionktor-freemarker 
            Ktor is a framework for quickly creating web applications in Kotlin with minimal effort. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| ktor-freemarker-kotlinMultiplatform-1.6.8.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.ktor/ktor-freemarker-kotlinMultiplatform/ -->
<dependency>
    <groupId>io.ktor</groupId>
    <artifactId>ktor-freemarker-kotlinMultiplatform</artifactId>
    <version>1.6.8</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/io.ktor/ktor-freemarker-kotlinMultiplatform/
implementation 'io.ktor:ktor-freemarker-kotlinMultiplatform:1.6.8'
                // https://jarcasting.com/artifacts/io.ktor/ktor-freemarker-kotlinMultiplatform/
implementation ("io.ktor:ktor-freemarker-kotlinMultiplatform:1.6.8")
                'io.ktor:ktor-freemarker-kotlinMultiplatform:pom:1.6.8'
                <dependency org="io.ktor" name="ktor-freemarker-kotlinMultiplatform" rev="1.6.8">
  <artifact name="ktor-freemarker-kotlinMultiplatform" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.ktor', module='ktor-freemarker-kotlinMultiplatform', version='1.6.8')
)
                libraryDependencies += "io.ktor" % "ktor-freemarker-kotlinMultiplatform" % "1.6.8"
                [io.ktor/ktor-freemarker-kotlinMultiplatform "1.6.8"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| io.ktor : ktor-server-core-kotlinMultiplatform | jar | 1.6.8 | 
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |