GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdcustom-event-polyfill |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
custom-event-polyfill-0.3.0.pom | |
custom-event-polyfill-0.3.0.jar | 6 KB |
custom-event-polyfill-0.3.0-sources.jar | 22 bytes |
custom-event-polyfill-0.3.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/custom-event-polyfill/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>custom-event-polyfill</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/custom-event-polyfill/
implementation 'org.webjars.npm:custom-event-polyfill:0.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/custom-event-polyfill/
implementation ("org.webjars.npm:custom-event-polyfill:0.3.0")
'org.webjars.npm:custom-event-polyfill:jar:0.3.0'
<dependency org="org.webjars.npm" name="custom-event-polyfill" rev="0.3.0">
<artifact name="custom-event-polyfill" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='custom-event-polyfill', version='0.3.0')
)
libraryDependencies += "org.webjars.npm" % "custom-event-polyfill" % "0.3.0"
[org.webjars.npm/custom-event-polyfill "0.3.0"]