License |
License |
---|---|
GroupId | GroupIdorg.apache.servicemix.transaction |
ArtifactId | ArtifactIdtransaction |
Last Version | Last Version4.0-m1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache ServiceMix Features :: Transaction
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
transaction-4.0-m1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.transaction/transaction/ -->
<dependency>
<groupId>org.apache.servicemix.transaction</groupId>
<artifactId>transaction</artifactId>
<version>4.0-m1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.transaction/transaction/
implementation 'org.apache.servicemix.transaction:transaction:4.0-m1'
// https://jarcasting.com/artifacts/org.apache.servicemix.transaction/transaction/
implementation ("org.apache.servicemix.transaction:transaction:4.0-m1")
'org.apache.servicemix.transaction:transaction:pom:4.0-m1'
<dependency org="org.apache.servicemix.transaction" name="transaction" rev="4.0-m1">
<artifact name="transaction" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.transaction', module='transaction', version='4.0-m1')
)
libraryDependencies += "org.apache.servicemix.transaction" % "transaction" % "4.0-m1"
[org.apache.servicemix.transaction/transaction "4.0-m1"]