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