| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.colesico.framework |
| ArtifactId | ArtifactIdcolesico-transaction |
| Version | Version2.2.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| colesico-transaction-2.2.3.pom | |
| colesico-transaction-2.2.3.jar | 13 KB |
| colesico-transaction-2.2.3-sources.jar | 12 KB |
| colesico-transaction-2.2.3-javadoc.jar | 435 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.colesico.framework/colesico-transaction/ -->
<dependency>
<groupId>net.colesico.framework</groupId>
<artifactId>colesico-transaction</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-transaction/
implementation 'net.colesico.framework:colesico-transaction:2.2.3'
// https://jarcasting.com/artifacts/net.colesico.framework/colesico-transaction/
implementation ("net.colesico.framework:colesico-transaction:2.2.3")
'net.colesico.framework:colesico-transaction:jar:2.2.3'
<dependency org="net.colesico.framework" name="colesico-transaction" rev="2.2.3">
<artifact name="colesico-transaction" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.colesico.framework', module='colesico-transaction', version='2.2.3')
)
libraryDependencies += "net.colesico.framework" % "colesico-transaction" % "2.2.3"
[net.colesico.framework/colesico-transaction "2.2.3"]