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