GroupId | GroupIdcom.thoughtworks.q |
---|---|
ArtifactId | ArtifactIdq_2.10 |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
q_2.10-1.0.4.pom | |
q_2.10-1.0.4.jar | 19 KB |
q_2.10-1.0.4-sources.jar | 2 KB |
q_2.10-1.0.4-javadoc.jar | 341 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.q/q_2.10/ -->
<dependency>
<groupId>com.thoughtworks.q</groupId>
<artifactId>q_2.10</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.q/q_2.10/
implementation 'com.thoughtworks.q:q_2.10:1.0.4'
// https://jarcasting.com/artifacts/com.thoughtworks.q/q_2.10/
implementation ("com.thoughtworks.q:q_2.10:1.0.4")
'com.thoughtworks.q:q_2.10:jar:1.0.4'
<dependency org="com.thoughtworks.q" name="q_2.10" rev="1.0.4">
<artifact name="q_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.q', module='q_2.10', version='1.0.4')
)
libraryDependencies += "com.thoughtworks.q" % "q_2.10" % "1.0.4"
[com.thoughtworks.q/q_2.10 "1.0.4"]