Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.bytebybyte.gwt |
ArtifactId | ArtifactIdjquery-lib |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
jquery-lib-2.1.1.pom | |
jquery-lib-2.1.1.jar | 157 KB |
jquery-lib-2.1.1-sources.jar | 153 KB |
jquery-lib-2.1.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bytebybyte.gwt/jquery-lib/ -->
<dependency>
<groupId>com.bytebybyte.gwt</groupId>
<artifactId>jquery-lib</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bytebybyte.gwt/jquery-lib/
implementation 'com.bytebybyte.gwt:jquery-lib:2.1.1'
// https://jarcasting.com/artifacts/com.bytebybyte.gwt/jquery-lib/
implementation ("com.bytebybyte.gwt:jquery-lib:2.1.1")
'com.bytebybyte.gwt:jquery-lib:jar:2.1.1'
<dependency org="com.bytebybyte.gwt" name="jquery-lib" rev="2.1.1">
<artifact name="jquery-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bytebybyte.gwt', module='jquery-lib', version='2.1.1')
)
libraryDependencies += "com.bytebybyte.gwt" % "jquery-lib" % "2.1.1"
[com.bytebybyte.gwt/jquery-lib "2.1.1"]