License |
License |
---|---|
GroupId | GroupIdcom.dukescript.libraries |
ArtifactId | ArtifactIdpom |
Last Version | Last Version0.16 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDukeScript Typings and Core Libraries
Wrappers for JavaScript Libraries
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pom-0.16.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dukescript.libraries/pom/ -->
<dependency>
<groupId>com.dukescript.libraries</groupId>
<artifactId>pom</artifactId>
<version>0.16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dukescript.libraries/pom/
implementation 'com.dukescript.libraries:pom:0.16'
// https://jarcasting.com/artifacts/com.dukescript.libraries/pom/
implementation ("com.dukescript.libraries:pom:0.16")
'com.dukescript.libraries:pom:pom:0.16'
<dependency org="com.dukescript.libraries" name="pom" rev="0.16">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dukescript.libraries', module='pom', version='0.16')
)
libraryDependencies += "com.dukescript.libraries" % "pom" % "0.16"
[com.dukescript.libraries/pom "0.16"]