GroupId | GroupIdcom.github.isyscore |
---|---|
ArtifactId | ArtifactIdcommon-ktor |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
common-ktor-1.5.0.pom | |
common-ktor-1.5.0.jar | 71 KB |
common-ktor-1.5.0-sources.jar | 7 KB |
common-ktor-1.5.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.isyscore/common-ktor/ -->
<dependency>
<groupId>com.github.isyscore</groupId>
<artifactId>common-ktor</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isyscore/common-ktor/
implementation 'com.github.isyscore:common-ktor:1.5.0'
// https://jarcasting.com/artifacts/com.github.isyscore/common-ktor/
implementation ("com.github.isyscore:common-ktor:1.5.0")
'com.github.isyscore:common-ktor:jar:1.5.0'
<dependency org="com.github.isyscore" name="common-ktor" rev="1.5.0">
<artifact name="common-ktor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isyscore', module='common-ktor', version='1.5.0')
)
libraryDependencies += "com.github.isyscore" % "common-ktor" % "1.5.0"
[com.github.isyscore/common-ktor "1.5.0"]