Storage

Java libraries for Leanda.io OSS project

License

License

GroupId

GroupId

com.github.arqisoft
ArtifactId

ArtifactId

storage
Last Version

Last Version

0.16
Release Date

Release Date

Type

Type

jar
Description

Description

Storage
Java libraries for Leanda.io OSS project
Project URL

Project URL

http://maven.apache.org

Download storage

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.mongodb : mongo-java-driver jar 3.5.0
org.slf4j : slf4j-api jar 1.7.25
commons-io : commons-io jar 2.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.16