License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.officefloor.tutorial |
ArtifactId | ArtifactIdTransactionHttpServer |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTransaction HTTP Server Tutorial
Tutorial of using OfficeFloor for a HTTP Server with transaction management
|
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/TransactionHttpServer/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>TransactionHttpServer</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/TransactionHttpServer/
implementation 'net.officefloor.tutorial:TransactionHttpServer:3.17.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/TransactionHttpServer/
implementation ("net.officefloor.tutorial:TransactionHttpServer:3.17.0")
'net.officefloor.tutorial:TransactionHttpServer:jar:3.17.0'
<dependency org="net.officefloor.tutorial" name="TransactionHttpServer" rev="3.17.0">
<artifact name="TransactionHttpServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='TransactionHttpServer', version='3.17.0')
)
libraryDependencies += "net.officefloor.tutorial" % "TransactionHttpServer" % "3.17.0"
[net.officefloor.tutorial/TransactionHttpServer "3.17.0"]
Group / Artifact | Type | Version |
---|---|---|
net.officefloor.web : woof | jar | 3.17.0 |
net.officefloor.spring : officespring_data | jar | 3.17.0 |
com.h2database : h2 | jar | 1.4.199 |
org.flywaydb : flyway-core | jar | 5.2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |