| GroupId | GroupIdorg.webjars.bowergithub.tj |
|---|---|
| ArtifactId | ArtifactIdcommander.js |
| Version | Version2.16.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commander.js-2.16.0.pom | |
| commander.js-2.16.0.jar | 80 KB |
| commander.js-2.16.0-sources.jar | 22 bytes |
| commander.js-2.16.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.tj/commander.js/ -->
<dependency>
<groupId>org.webjars.bowergithub.tj</groupId>
<artifactId>commander.js</artifactId>
<version>2.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.tj/commander.js/
implementation 'org.webjars.bowergithub.tj:commander.js:2.16.0'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.tj/commander.js/
implementation ("org.webjars.bowergithub.tj:commander.js:2.16.0")
'org.webjars.bowergithub.tj:commander.js:jar:2.16.0'
<dependency org="org.webjars.bowergithub.tj" name="commander.js" rev="2.16.0">
<artifact name="commander.js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.tj', module='commander.js', version='2.16.0')
)
libraryDependencies += "org.webjars.bowergithub.tj" % "commander.js" % "2.16.0"
[org.webjars.bowergithub.tj/commander.js "2.16.0"]