| GroupId | GroupIdcom.helger.as2 |
|---|---|
| ArtifactId | ArtifactIdas2-demo-webapp |
| Version | Version4.6.2 |
| Type | Typewar |
| Filename | Size |
|---|---|
| as2-demo-webapp-4.6.2.pom | |
| as2-demo-webapp-4.6.2.war | 10 MB |
| as2-demo-webapp-4.6.2-test-sources.jar | 5 KB |
| as2-demo-webapp-4.6.2-sources.jar | 16 KB |
| as2-demo-webapp-4.6.2-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.helger.as2/as2-demo-webapp/ -->
<dependency>
<groupId>com.helger.as2</groupId>
<artifactId>as2-demo-webapp</artifactId>
<version>4.6.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.helger.as2/as2-demo-webapp/
implementation 'com.helger.as2:as2-demo-webapp:4.6.2'
// https://jarcasting.com/artifacts/com.helger.as2/as2-demo-webapp/
implementation ("com.helger.as2:as2-demo-webapp:4.6.2")
'com.helger.as2:as2-demo-webapp:war:4.6.2'
<dependency org="com.helger.as2" name="as2-demo-webapp" rev="4.6.2">
<artifact name="as2-demo-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.helger.as2', module='as2-demo-webapp', version='4.6.2')
)
libraryDependencies += "com.helger.as2" % "as2-demo-webapp" % "4.6.2"
[com.helger.as2/as2-demo-webapp "4.6.2"]