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