| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.intersystems |
| Идентификатор | Идентификаторintersystems-xep |
| Версия | Версия2018.1.2.609.0 |
| Тип | Типjar |
| Описание |
Описаниеxep
InterSystems XEP for Java Driver for InterSystems IRIS 2018.1.2
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| intersystems-xep-2018.1.2.609.0.pom | |
| intersystems-xep-2018.1.2.609.0.jar | 54 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.intersystems/intersystems-xep/ -->
<dependency>
<groupId>com.intersystems</groupId>
<artifactId>intersystems-xep</artifactId>
<version>2018.1.2.609.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.intersystems/intersystems-xep/
implementation 'com.intersystems:intersystems-xep:2018.1.2.609.0'
// https://jarcasting.com/artifacts/com.intersystems/intersystems-xep/
implementation ("com.intersystems:intersystems-xep:2018.1.2.609.0")
'com.intersystems:intersystems-xep:jar:2018.1.2.609.0'
<dependency org="com.intersystems" name="intersystems-xep" rev="2018.1.2.609.0">
<artifact name="intersystems-xep" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intersystems', module='intersystems-xep', version='2018.1.2.609.0')
)
libraryDependencies += "com.intersystems" % "intersystems-xep" % "2018.1.2.609.0"
[com.intersystems/intersystems-xep "2018.1.2.609.0"]