Categories |
CategoriesJavaScript Languages Kotlin |
---|---|
GroupId | GroupIdorg.hildan.blueprintjs |
ArtifactId | ArtifactIdkotlin-blueprintjs-icons |
Version | Version3.29.0-4 |
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.29.0-4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hildan.blueprintjs/kotlin-blueprintjs-icons/
implementation 'org.hildan.blueprintjs:kotlin-blueprintjs-icons:3.29.0-4'
// https://jarcasting.com/artifacts/org.hildan.blueprintjs/kotlin-blueprintjs-icons/
implementation ("org.hildan.blueprintjs:kotlin-blueprintjs-icons:3.29.0-4")
'org.hildan.blueprintjs:kotlin-blueprintjs-icons:pom:3.29.0-4'
<dependency org="org.hildan.blueprintjs" name="kotlin-blueprintjs-icons" rev="3.29.0-4">
<artifact name="kotlin-blueprintjs-icons" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hildan.blueprintjs', module='kotlin-blueprintjs-icons', version='3.29.0-4')
)
libraryDependencies += "org.hildan.blueprintjs" % "kotlin-blueprintjs-icons" % "3.29.0-4"
[org.hildan.blueprintjs/kotlin-blueprintjs-icons "3.29.0-4"]