GroupId | GroupIdcom.ajaxjs |
---|---|
ArtifactId | ArtifactIdaj-developer-tools |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
aj-developer-tools-1.0.pom | |
aj-developer-tools-1.0.jar | 35 KB |
aj-developer-tools-1.0-sources.jar | 20 KB |
aj-developer-tools-1.0-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ajaxjs/aj-developer-tools/ -->
<dependency>
<groupId>com.ajaxjs</groupId>
<artifactId>aj-developer-tools</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ajaxjs/aj-developer-tools/
implementation 'com.ajaxjs:aj-developer-tools:1.0'
// https://jarcasting.com/artifacts/com.ajaxjs/aj-developer-tools/
implementation ("com.ajaxjs:aj-developer-tools:1.0")
'com.ajaxjs:aj-developer-tools:jar:1.0'
<dependency org="com.ajaxjs" name="aj-developer-tools" rev="1.0">
<artifact name="aj-developer-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ajaxjs', module='aj-developer-tools', version='1.0')
)
libraryDependencies += "com.ajaxjs" % "aj-developer-tools" % "1.0"
[com.ajaxjs/aj-developer-tools "1.0"]