Download open-as2-core-1.2.jar file - Jar o

Jar examples for o:open-as2-core

Description

The open as2 core project is based on the free BSD open as2 project. It allows cyphered request/response between a client and a server with http protocol.

You can download jar file open-as2-core 1.2 in this page.

License

Free BSD

Build File

You can use the following script to add open-as2-core-1.2.jar to your project.

<dependency>
   <groupId>fr.fabienperie.open-as2</groupId>
   <artifactId>open-as2-core</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'fr.fabienperie.open-as2', name: 'open-as2-core', version: '1.2'
libraryDependencies += "fr.fabienperie.open-as2" % "open-as2-core" % "1.2"
<dependency org="fr.fabienperie.open-as2" name="open-as2-core" rev="1.2"/>
@Grapes(@Grab(group='fr.fabienperie.open-as2', module='open-as2-core', version='1.2'))
'fr.fabienperie.open-as2:open-as2-core:jar:1.2'

Download

Click the following link to download the jar file.

open-as2-core-1.2-javadoc.jar
open-as2-core-1.2-sources.jar
open-as2-core-1.2.jar
open-as2-core-1.2.pom



Related Tutorials