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