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