Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.juul.kable |
ArtifactId | ArtifactIdcore-js |
Version | Version0.9.1 |
Type | Typepom |
Filename | Size |
---|---|
core-js-0.9.1.pom | |
core-js-0.9.1-sources.jar | 29 KB |
core-js-0.9.1-javadoc.jar | 758 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.juul.kable/core-js/ -->
<dependency>
<groupId>com.juul.kable</groupId>
<artifactId>core-js</artifactId>
<version>0.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.juul.kable/core-js/
implementation 'com.juul.kable:core-js:0.9.1'
// https://jarcasting.com/artifacts/com.juul.kable/core-js/
implementation ("com.juul.kable:core-js:0.9.1")
'com.juul.kable:core-js:pom:0.9.1'
<dependency org="com.juul.kable" name="core-js" rev="0.9.1">
<artifact name="core-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.juul.kable', module='core-js', version='0.9.1')
)
libraryDependencies += "com.juul.kable" % "core-js" % "0.9.1"
[com.juul.kable/core-js "0.9.1"]