GroupId | GroupIdcom.github.isyscore |
---|---|
ArtifactId | ArtifactIdcommon-ktor |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
common-ktor-1.3.2.pom | |
common-ktor-1.3.2.jar | 71 KB |
common-ktor-1.3.2-sources.jar | 7 KB |
common-ktor-1.3.2-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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.isyscore/common-ktor/
implementation 'com.github.isyscore:common-ktor:1.3.2'
// https://jarcasting.com/artifacts/com.github.isyscore/common-ktor/
implementation ("com.github.isyscore:common-ktor:1.3.2")
'com.github.isyscore:common-ktor:jar:1.3.2'
<dependency org="com.github.isyscore" name="common-ktor" rev="1.3.2">
<artifact name="common-ktor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.isyscore', module='common-ktor', version='1.3.2')
)
libraryDependencies += "com.github.isyscore" % "common-ktor" % "1.3.2"
[com.github.isyscore/common-ktor "1.3.2"]