| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.anrisoftware.globalpom |
| Идентификатор | Идентификаторglobalpom-installation |
| Последняя версия | Последняя версия4.6.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDeclares all dependencies and all Maven plug-ins needed for a
Advanced Natural Research Institute software
project. It will declare the listed properties, add plug-in to deploy
source and test sources and deploy the project-tests with the project jar.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| globalpom-installation-4.6.2.pom | 10 KB |
| globalpom-installation-4.6.2-tests.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-installation/ -->
<dependency>
<groupId>com.anrisoftware.globalpom</groupId>
<artifactId>globalpom-installation</artifactId>
<version>4.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-installation/
implementation 'com.anrisoftware.globalpom:globalpom-installation:4.6.2'
// https://jarcasting.com/artifacts/com.anrisoftware.globalpom/globalpom-installation/
implementation ("com.anrisoftware.globalpom:globalpom-installation:4.6.2")
'com.anrisoftware.globalpom:globalpom-installation:jar:4.6.2'
<dependency org="com.anrisoftware.globalpom" name="globalpom-installation" rev="4.6.2">
<artifact name="globalpom-installation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anrisoftware.globalpom', module='globalpom-installation', version='4.6.2')
)
libraryDependencies += "com.anrisoftware.globalpom" % "globalpom-installation" % "4.6.2"
[com.anrisoftware.globalpom/globalpom-installation "4.6.2"]