License |
License |
---|---|
Categories |
CategoriesJavaScript Languages |
GroupId | GroupIdcom.gw2tb.gw2chatlinks |
ArtifactId | ArtifactIdgw2chatlinks-js |
Version | Version0.1.0 |
Type | Typepom |
Description |
DescriptionGW2ChatLinks
Kotlin Multiplatform library for parsing and generating GW2 chat links
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gw2chatlinks-js-0.1.0.pom | |
gw2chatlinks-js-0.1.0-sources.jar | 13 KB |
gw2chatlinks-js-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.gw2tb.gw2chatlinks/gw2chatlinks-js/ -->
<dependency>
<groupId>com.gw2tb.gw2chatlinks</groupId>
<artifactId>gw2chatlinks-js</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gw2tb.gw2chatlinks/gw2chatlinks-js/
implementation 'com.gw2tb.gw2chatlinks:gw2chatlinks-js:0.1.0'
// https://jarcasting.com/artifacts/com.gw2tb.gw2chatlinks/gw2chatlinks-js/
implementation ("com.gw2tb.gw2chatlinks:gw2chatlinks-js:0.1.0")
'com.gw2tb.gw2chatlinks:gw2chatlinks-js:pom:0.1.0'
<dependency org="com.gw2tb.gw2chatlinks" name="gw2chatlinks-js" rev="0.1.0">
<artifact name="gw2chatlinks-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gw2tb.gw2chatlinks', module='gw2chatlinks-js', version='0.1.0')
)
libraryDependencies += "com.gw2tb.gw2chatlinks" % "gw2chatlinks-js" % "0.1.0"
[com.gw2tb.gw2chatlinks/gw2chatlinks-js "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.10 |
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.10 |