GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdq |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
q-1.0.0.pom | |
q-1.0.0.jar | 22 KB |
q-1.0.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/q/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>q</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/q/
implementation 'org.webjars:q:1.0.0'
// https://jarcasting.com/artifacts/org.webjars/q/
implementation ("org.webjars:q:1.0.0")
'org.webjars:q:jar:1.0.0'
<dependency org="org.webjars" name="q" rev="1.0.0">
<artifact name="q" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='q', version='1.0.0')
)
libraryDependencies += "org.webjars" % "q" % "1.0.0"
[org.webjars/q "1.0.0"]