| GroupId | GroupIdcom.github.h-thurow |
|---|---|
| ArtifactId | ArtifactIdq2o |
| Version | Version3.15 |
| Type | Typejar |
| Filename | Size |
|---|---|
| q2o-3.15.pom | |
| q2o-3.15.jar | 100 KB |
| q2o-3.15-test-sources.jar | 95 KB |
| q2o-3.15-sources.jar | 68 KB |
| q2o-3.15-javadoc.jar | 179 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.h-thurow/q2o/ -->
<dependency>
<groupId>com.github.h-thurow</groupId>
<artifactId>q2o</artifactId>
<version>3.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.h-thurow/q2o/
implementation 'com.github.h-thurow:q2o:3.15'
// https://jarcasting.com/artifacts/com.github.h-thurow/q2o/
implementation ("com.github.h-thurow:q2o:3.15")
'com.github.h-thurow:q2o:jar:3.15'
<dependency org="com.github.h-thurow" name="q2o" rev="3.15">
<artifact name="q2o" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.h-thurow', module='q2o', version='3.15')
)
libraryDependencies += "com.github.h-thurow" % "q2o" % "3.15"
[com.github.h-thurow/q2o "3.15"]