| Категории |
КатегорииAnt Компиляция и сборка jQAssistant Тестирование приложения и мониторинг Code Analysis |
|---|---|
| Группа | Группаcom.buschmais.jqassistant.core |
| Идентификатор | Идентификаторshared |
| Версия | Версия1.7.0-MS3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| shared-1.7.0-MS3.pom | |
| shared-1.7.0-MS3.jar | 23 KB |
| shared-1.7.0-MS3-tests.jar | 3 KB |
| shared-1.7.0-MS3-sources.jar | 17 KB |
| shared-1.7.0-MS3-javadoc.jar | 142 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/shared/ -->
<dependency>
<groupId>com.buschmais.jqassistant.core</groupId>
<artifactId>shared</artifactId>
<version>1.7.0-MS3</version>
</dependency>
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/shared/
implementation 'com.buschmais.jqassistant.core:shared:1.7.0-MS3'
// https://jarcasting.com/artifacts/com.buschmais.jqassistant.core/shared/
implementation ("com.buschmais.jqassistant.core:shared:1.7.0-MS3")
'com.buschmais.jqassistant.core:shared:jar:1.7.0-MS3'
<dependency org="com.buschmais.jqassistant.core" name="shared" rev="1.7.0-MS3">
<artifact name="shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buschmais.jqassistant.core', module='shared', version='1.7.0-MS3')
)
libraryDependencies += "com.buschmais.jqassistant.core" % "shared" % "1.7.0-MS3"
[com.buschmais.jqassistant.core/shared "1.7.0-MS3"]