Leanda.io Tools

Java libraries for Leanda.io OSS project

License

License

GroupId

GroupId

com.github.arqisoft
ArtifactId

ArtifactId

leanda-tools
Last Version

Last Version

0.15
Release Date

Release Date

Type

Type

pom
Description

Description

Leanda.io Tools
Java libraries for Leanda.io OSS project
Project URL

Project URL

https://github.com/ArqiSoft/system-java
Source Code Management

Source Code Management

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

Download leanda-tools

Filename Size
leanda-tools-0.15.pom 3 KB
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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

Versions

Version
0.15
0.14