Leanda.io Tools

Java libraries for Leanda.io OSS project

Лицензия

Лицензия

Группа

Группа

com.github.arqisoft
Идентификатор

Идентификатор

leanda-tools
Последняя версия

Последняя версия

0.15
Дата

Дата

Тип

Тип

pom
Описание

Описание

Leanda.io Tools
Java libraries for Leanda.io OSS project
Ссылка на сайт

Ссылка на сайт

https://github.com/ArqiSoft/system-java
Система контроля версий

Система контроля версий

https://github.com/ArqiSoft/system-java

Скачать leanda-tools

Имя Файла Размер
leanda-tools-0.15.pom 3 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.arqisoft/leanda-tools/ -->
<dependency>
    <groupId>com.github.arqisoft</groupId>
    <artifactId>leanda-tools</artifactId>
    <version>0.15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.arqisoft/leanda-tools/
implementation 'com.github.arqisoft:leanda-tools:0.15'
// https://jarcasting.com/artifacts/com.github.arqisoft/leanda-tools/
implementation ("com.github.arqisoft:leanda-tools:0.15")
'com.github.arqisoft:leanda-tools:pom:0.15'
<dependency org="com.github.arqisoft" name="leanda-tools" rev="0.15">
  <artifact name="leanda-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.arqisoft', module='leanda-tools', version='0.15')
)
libraryDependencies += "com.github.arqisoft" % "leanda-tools" % "0.15"
[com.github.arqisoft/leanda-tools "0.15"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • storage
  • validation
  • messaging
  • jtransitlight
  • office-file-converter

Leanda.io JAVA Tools

Prerequisites

Make sure you have your key GnuPG generated and the public key is uploaded

Follow Documentation

gpg -K                             # list your keys
gpg --send-key YOUR_PUBLIC_KEY_ID  # publish key

Build

mvn clean

Publish to maven.org

mvn -DskipTests clean deploy

Troubleshooting

If you are seeing this error while publishing:

gpg: signing failed: Inappropriate ioctl for device

Please run

export GPG_TTY=$(tty)
com.github.arqisoft

ArqiSoft

Версии библиотеки

Версия
0.15
0.14