Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.ajaxjs |
ArtifactId | ArtifactIdajaxjs-parent |
Version | Version1.4 |
Type | Typepom |
Filename | Size |
---|---|
ajaxjs-parent-1.4.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ajaxjs/ajaxjs-parent/ -->
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>ajaxjs-parent</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ajaxjs/ajaxjs-parent/
implementation 'com.ajaxjs:ajaxjs-parent:1.4'
// https://jarcasting.com/artifacts/com.ajaxjs/ajaxjs-parent/
implementation ("com.ajaxjs:ajaxjs-parent:1.4")
'com.ajaxjs:ajaxjs-parent:pom:1.4'
<dependency org="com.ajaxjs" name="ajaxjs-parent" rev="1.4">
<artifact name="ajaxjs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ajaxjs', module='ajaxjs-parent', version='1.4')
)
libraryDependencies += "com.ajaxjs" % "ajaxjs-parent" % "1.4"
[com.ajaxjs/ajaxjs-parent "1.4"]