| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.link-intersystems |
| Идентификатор | Идентификаторlis-central-jar |
| Версия | Версия8.2 |
| Тип | Типpom |
| Описание |
ОписаниеLink Intersystems Central JAR
Parent pom for libraries deployed to the maven central repository.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| lis-central-jar-8.2.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.link-intersystems/lis-central-jar/ -->
<dependency>
<groupId>com.link-intersystems</groupId>
<artifactId>lis-central-jar</artifactId>
<version>8.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.link-intersystems/lis-central-jar/
implementation 'com.link-intersystems:lis-central-jar:8.2'
// https://jarcasting.com/artifacts/com.link-intersystems/lis-central-jar/
implementation ("com.link-intersystems:lis-central-jar:8.2")
'com.link-intersystems:lis-central-jar:pom:8.2'
<dependency org="com.link-intersystems" name="lis-central-jar" rev="8.2">
<artifact name="lis-central-jar" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.link-intersystems', module='lis-central-jar', version='8.2')
)
libraryDependencies += "com.link-intersystems" % "lis-central-jar" % "8.2"
[com.link-intersystems/lis-central-jar "8.2"]