GroupId | GroupIdcom.helger |
---|---|
ArtifactId | ArtifactIdas2-demo-webapp |
Version | Version4.2.0-RC1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/com.helger/as2-demo-webapp/ -->
<dependency>
<groupId>com.helger</groupId>
<artifactId>as2-demo-webapp</artifactId>
<version>4.2.0-RC1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.helger/as2-demo-webapp/
implementation 'com.helger:as2-demo-webapp:4.2.0-RC1'
// https://jarcasting.com/artifacts/com.helger/as2-demo-webapp/
implementation ("com.helger:as2-demo-webapp:4.2.0-RC1")
'com.helger:as2-demo-webapp:war:4.2.0-RC1'
<dependency org="com.helger" name="as2-demo-webapp" rev="4.2.0-RC1">
<artifact name="as2-demo-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.helger', module='as2-demo-webapp', version='4.2.0-RC1')
)
libraryDependencies += "com.helger" % "as2-demo-webapp" % "4.2.0-RC1"
[com.helger/as2-demo-webapp "4.2.0-RC1"]