| License |
License |
|---|---|
| GroupId | GroupIdcom.helger.as2 |
| ArtifactId | ArtifactIdas2-server |
| Version | Version4.7.1 |
| Type | Typejar |
| Description |
Descriptionas2-server
Open AS2 fork - server part
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| as2-server-4.7.1.pom | |
| as2-server-4.7.1.jar | 81 KB |
| as2-server-4.7.1-test-sources.jar | 16 KB |
| as2-server-4.7.1-sources.jar | 94 KB |
| as2-server-4.7.1-javadoc.jar | 305 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.helger.as2/as2-server/ -->
<dependency>
<groupId>com.helger.as2</groupId>
<artifactId>as2-server</artifactId>
<version>4.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.helger.as2/as2-server/
implementation 'com.helger.as2:as2-server:4.7.1'
// https://jarcasting.com/artifacts/com.helger.as2/as2-server/
implementation ("com.helger.as2:as2-server:4.7.1")
'com.helger.as2:as2-server:jar:4.7.1'
<dependency org="com.helger.as2" name="as2-server" rev="4.7.1">
<artifact name="as2-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.helger.as2', module='as2-server', version='4.7.1')
)
libraryDependencies += "com.helger.as2" % "as2-server" % "4.7.1"
[com.helger.as2/as2-server "4.7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.helger.as2 : as2-lib | jar | 4.7.1 |
| org.slf4j : jul-to-slf4j | jar | 1.7.30 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |