Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.ajaxjs |
ArtifactId | ArtifactIdajaxjs-web |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
ajaxjs-web-1.2.1.pom | |
ajaxjs-web-1.2.1.jar | 21 KB |
ajaxjs-web-1.2.1-sources.jar | 105 KB |
ajaxjs-web-1.2.1-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ajaxjs/ajaxjs-web/ -->
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>ajaxjs-web</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ajaxjs/ajaxjs-web/
implementation 'com.ajaxjs:ajaxjs-web:1.2.1'
// https://jarcasting.com/artifacts/com.ajaxjs/ajaxjs-web/
implementation ("com.ajaxjs:ajaxjs-web:1.2.1")
'com.ajaxjs:ajaxjs-web:jar:1.2.1'
<dependency org="com.ajaxjs" name="ajaxjs-web" rev="1.2.1">
<artifact name="ajaxjs-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ajaxjs', module='ajaxjs-web', version='1.2.1')
)
libraryDependencies += "com.ajaxjs" % "ajaxjs-web" % "1.2.1"
[com.ajaxjs/ajaxjs-web "1.2.1"]