| GroupId | GroupIdcom.qspin.qtaste |
|---|---|
| ArtifactId | ArtifactIdqtaste-doc |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| qtaste-doc-2.0.0.pom | |
| qtaste-doc-2.0.0.jar | 1 KB |
| qtaste-doc-2.0.0-javadoc.jar | 332 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.qspin.qtaste/qtaste-doc/ -->
<dependency>
<groupId>com.qspin.qtaste</groupId>
<artifactId>qtaste-doc</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.qspin.qtaste/qtaste-doc/
implementation 'com.qspin.qtaste:qtaste-doc:2.0.0'
// https://jarcasting.com/artifacts/com.qspin.qtaste/qtaste-doc/
implementation ("com.qspin.qtaste:qtaste-doc:2.0.0")
'com.qspin.qtaste:qtaste-doc:jar:2.0.0'
<dependency org="com.qspin.qtaste" name="qtaste-doc" rev="2.0.0">
<artifact name="qtaste-doc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qspin.qtaste', module='qtaste-doc', version='2.0.0')
)
libraryDependencies += "com.qspin.qtaste" % "qtaste-doc" % "2.0.0"
[com.qspin.qtaste/qtaste-doc "2.0.0"]