is not current version
Last Version 8.9.2

com.cedarsoft.dependencies-sets:ktor 8.9.0

Contains the dependencies for ktor server based projects

GroupId

GroupId

com.cedarsoft.dependencies-sets
ArtifactId

ArtifactId

ktor
Version

Version

8.9.0
Type

Type

jar

Download ktor 8.9.0


<!-- https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/ktor/ -->
<dependency>
    <groupId>com.cedarsoft.dependencies-sets</groupId>
    <artifactId>ktor</artifactId>
    <version>8.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/ktor/
implementation 'com.cedarsoft.dependencies-sets:ktor:8.9.0'
// https://jarcasting.com/artifacts/com.cedarsoft.dependencies-sets/ktor/
implementation ("com.cedarsoft.dependencies-sets:ktor:8.9.0")
'com.cedarsoft.dependencies-sets:ktor:jar:8.9.0'
<dependency org="com.cedarsoft.dependencies-sets" name="ktor" rev="8.9.0">
  <artifact name="ktor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.dependencies-sets', module='ktor', version='8.9.0')
)
libraryDependencies += "com.cedarsoft.dependencies-sets" % "ktor" % "8.9.0"
[com.cedarsoft.dependencies-sets/ktor "8.9.0"]