Categories |
CategoriesJavaScript Languages Net CLI User Interface |
---|---|
GroupId | GroupIdcom.github.rnett.krosstalk |
ArtifactId | ArtifactIdkrosstalk-ktor-client-js |
Version | Version1.2.3 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.github.rnett.krosstalk/krosstalk-ktor-client-js/ -->
<dependency>
<groupId>com.github.rnett.krosstalk</groupId>
<artifactId>krosstalk-ktor-client-js</artifactId>
<version>1.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rnett.krosstalk/krosstalk-ktor-client-js/
implementation 'com.github.rnett.krosstalk:krosstalk-ktor-client-js:1.2.3'
// https://jarcasting.com/artifacts/com.github.rnett.krosstalk/krosstalk-ktor-client-js/
implementation ("com.github.rnett.krosstalk:krosstalk-ktor-client-js:1.2.3")
'com.github.rnett.krosstalk:krosstalk-ktor-client-js:pom:1.2.3'
<dependency org="com.github.rnett.krosstalk" name="krosstalk-ktor-client-js" rev="1.2.3">
<artifact name="krosstalk-ktor-client-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rnett.krosstalk', module='krosstalk-ktor-client-js', version='1.2.3')
)
libraryDependencies += "com.github.rnett.krosstalk" % "krosstalk-ktor-client-js" % "1.2.3"
[com.github.rnett.krosstalk/krosstalk-ktor-client-js "1.2.3"]