Download client-1.2-beta.jar file - Jar c

Jar examples for c:client

Description

Virgil is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and all the necessary infrastructure to enable seamless, end-to-end encryption for any application, platform or device. Learn about Virgil Java/Android SDK https://virgilsecurity.com/api-docs/java-android/quickstart

You can download jar file client 1.2-beta in this page.

License

GNU Affero General Public License (AGPL) version 3.0

Build File

You can use the following script to add client-1.2-beta.jar to your project.

<dependency>
   <groupId>org.apache.geronimo.configs</groupId>
   <artifactId>client</artifactId>
   <version>1.2-beta</version>
</dependency>
compile group: 'org.apache.geronimo.configs', name: 'client', version: '1.2-beta'
libraryDependencies += "org.apache.geronimo.configs" % "client" % "1.2-beta"
<dependency org="org.apache.geronimo.configs" name="client" rev="1.2-beta"/>
@Grapes(@Grab(group='org.apache.geronimo.configs', module='client', version='1.2-beta'))
'org.apache.geronimo.configs:client:jar:1.2-beta'

Download

Click the following link to download the jar file.

client-1.2-beta-sources.jar
client-1.2-beta.pom



Related Tutorials