| Categories |
CategoriesJavaScript Languages Kotlin |
|---|---|
| GroupId | GroupIdorg.hildan.blueprintjs |
| ArtifactId | ArtifactIdkotlin-blueprintjs-icons |
| Version | Version3.26.0-3 |
| Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.hildan.blueprintjs/kotlin-blueprintjs-icons/ -->
<dependency>
<groupId>org.hildan.blueprintjs</groupId>
<artifactId>kotlin-blueprintjs-icons</artifactId>
<version>3.26.0-3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.blueprintjs/kotlin-blueprintjs-icons/
implementation 'org.hildan.blueprintjs:kotlin-blueprintjs-icons:3.26.0-3'
// https://jarcasting.com/artifacts/org.hildan.blueprintjs/kotlin-blueprintjs-icons/
implementation ("org.hildan.blueprintjs:kotlin-blueprintjs-icons:3.26.0-3")
'org.hildan.blueprintjs:kotlin-blueprintjs-icons:pom:3.26.0-3'
<dependency org="org.hildan.blueprintjs" name="kotlin-blueprintjs-icons" rev="3.26.0-3">
<artifact name="kotlin-blueprintjs-icons" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hildan.blueprintjs', module='kotlin-blueprintjs-icons', version='3.26.0-3')
)
libraryDependencies += "org.hildan.blueprintjs" % "kotlin-blueprintjs-icons" % "3.26.0-3"
[org.hildan.blueprintjs/kotlin-blueprintjs-icons "3.26.0-3"]