| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.melloware |
| Идентификатор | Идентификаторjintellitype |
| Версия | Версия1.3.9 |
| Тип | Типjar |
| Описание |
ОписаниеJIntellitype
JIntellitype - JNI Java bridge to Microsoft Intellitype commands.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jintellitype-1.3.9.pom | |
| jintellitype-1.3.9.jar | 15 KB |
| jintellitype-1.3.9-sources.jar | 13 KB |
| jintellitype-1.3.9-javadoc.jar | 67 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.melloware/jintellitype/ -->
<dependency>
<groupId>com.melloware</groupId>
<artifactId>jintellitype</artifactId>
<version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.melloware/jintellitype/
implementation 'com.melloware:jintellitype:1.3.9'
// https://jarcasting.com/artifacts/com.melloware/jintellitype/
implementation ("com.melloware:jintellitype:1.3.9")
'com.melloware:jintellitype:jar:1.3.9'
<dependency org="com.melloware" name="jintellitype" rev="1.3.9">
<artifact name="jintellitype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.melloware', module='jintellitype', version='1.3.9')
)
libraryDependencies += "com.melloware" % "jintellitype" % "1.3.9"
[com.melloware/jintellitype "1.3.9"]