License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.apache.myfaces.tobago |
ArtifactId | ArtifactIdtobago-example-spring-boot |
Version | Version5.0.0-alpha-1 |
Type | Typejar |
Description |
DescriptionTobago Example Spring Boot
A minimal Tobago application with spring boot
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-example-spring-boot/ -->
<dependency>
<groupId>org.apache.myfaces.tobago</groupId>
<artifactId>tobago-example-spring-boot</artifactId>
<version>5.0.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-example-spring-boot/
implementation 'org.apache.myfaces.tobago:tobago-example-spring-boot:5.0.0-alpha-1'
// https://jarcasting.com/artifacts/org.apache.myfaces.tobago/tobago-example-spring-boot/
implementation ("org.apache.myfaces.tobago:tobago-example-spring-boot:5.0.0-alpha-1")
'org.apache.myfaces.tobago:tobago-example-spring-boot:jar:5.0.0-alpha-1'
<dependency org="org.apache.myfaces.tobago" name="tobago-example-spring-boot" rev="5.0.0-alpha-1">
<artifact name="tobago-example-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.myfaces.tobago', module='tobago-example-spring-boot', version='5.0.0-alpha-1')
)
libraryDependencies += "org.apache.myfaces.tobago" % "tobago-example-spring-boot" % "5.0.0-alpha-1"
[org.apache.myfaces.tobago/tobago-example-spring-boot "5.0.0-alpha-1"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 2.0.2 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
jakarta.el : jakarta.el-api | jar | 3.0.3 |
org.apache.portals : portlet-api_2.0_spec | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.7.2 |
org.testcontainers : testcontainers | jar | 1.15.3 |
org.testcontainers : junit-jupiter | jar | 1.15.3 |