| Группа | Группаcom.qspin.qtaste |
|---|---|
| Идентификатор | Идентификаторqtaste-kernel |
| Версия | Версия2.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| qtaste-kernel-2.2.1.pom | |
| qtaste-kernel-2.2.1.jar | 797 KB |
| qtaste-kernel-2.2.1-sources.jar | 474 KB |
| qtaste-kernel-2.2.1-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.qspin.qtaste/qtaste-kernel/ -->
<dependency>
<groupId>com.qspin.qtaste</groupId>
<artifactId>qtaste-kernel</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.qspin.qtaste/qtaste-kernel/
implementation 'com.qspin.qtaste:qtaste-kernel:2.2.1'
// https://jarcasting.com/artifacts/com.qspin.qtaste/qtaste-kernel/
implementation ("com.qspin.qtaste:qtaste-kernel:2.2.1")
'com.qspin.qtaste:qtaste-kernel:jar:2.2.1'
<dependency org="com.qspin.qtaste" name="qtaste-kernel" rev="2.2.1">
<artifact name="qtaste-kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qspin.qtaste', module='qtaste-kernel', version='2.2.1')
)
libraryDependencies += "com.qspin.qtaste" % "qtaste-kernel" % "2.2.1"
[com.qspin.qtaste/qtaste-kernel "2.2.1"]