License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.helger.as2 |
ArtifactId | ArtifactIdas2-demo-spring-boot |
Version | Version4.9.0 |
Type | Typejar |
Description |
Descriptionas2-demo-spring-boot
Demo project for Spring Boot
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
as2-demo-spring-boot-4.9.0.pom | |
as2-demo-spring-boot-4.9.0.jar | 15 KB |
as2-demo-spring-boot-4.9.0-sources.jar | 13 KB |
as2-demo-spring-boot-4.9.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.helger.as2/as2-demo-spring-boot/ -->
<dependency>
<groupId>com.helger.as2</groupId>
<artifactId>as2-demo-spring-boot</artifactId>
<version>4.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.helger.as2/as2-demo-spring-boot/
implementation 'com.helger.as2:as2-demo-spring-boot:4.9.0'
// https://jarcasting.com/artifacts/com.helger.as2/as2-demo-spring-boot/
implementation ("com.helger.as2:as2-demo-spring-boot:4.9.0")
'com.helger.as2:as2-demo-spring-boot:jar:4.9.0'
<dependency org="com.helger.as2" name="as2-demo-spring-boot" rev="4.9.0">
<artifact name="as2-demo-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.helger.as2', module='as2-demo-spring-boot', version='4.9.0')
)
libraryDependencies += "com.helger.as2" % "as2-demo-spring-boot" % "4.9.0"
[com.helger.as2/as2-demo-spring-boot "4.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
com.helger.as2 : as2-servlet | jar | 4.9.0 |
com.sun.xml.bind : jaxb-impl | jar | |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |