Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdjquery-form |
Version | Version3.28.0-2013.02.06-3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars/jquery-form/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery-form</artifactId>
<version>3.28.0-2013.02.06-3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jquery-form/
implementation 'org.webjars:jquery-form:3.28.0-2013.02.06-3'
// https://jarcasting.com/artifacts/org.webjars/jquery-form/
implementation ("org.webjars:jquery-form:3.28.0-2013.02.06-3")
'org.webjars:jquery-form:jar:3.28.0-2013.02.06-3'
<dependency org="org.webjars" name="jquery-form" rev="3.28.0-2013.02.06-3">
<artifact name="jquery-form" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jquery-form', version='3.28.0-2013.02.06-3')
)
libraryDependencies += "org.webjars" % "jquery-form" % "3.28.0-2013.02.06-3"
[org.webjars/jquery-form "3.28.0-2013.02.06-3"]