Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdnet.apexes.commons |
ArtifactId | ArtifactIdapexes-commons-guice-tx |
Version | Version0.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.apexes.commons/apexes-commons-guice-tx/ -->
<dependency>
<groupId>net.apexes.commons</groupId>
<artifactId>apexes-commons-guice-tx</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.apexes.commons/apexes-commons-guice-tx/
implementation 'net.apexes.commons:apexes-commons-guice-tx:0.0.6'
// https://jarcasting.com/artifacts/net.apexes.commons/apexes-commons-guice-tx/
implementation ("net.apexes.commons:apexes-commons-guice-tx:0.0.6")
'net.apexes.commons:apexes-commons-guice-tx:jar:0.0.6'
<dependency org="net.apexes.commons" name="apexes-commons-guice-tx" rev="0.0.6">
<artifact name="apexes-commons-guice-tx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.apexes.commons', module='apexes-commons-guice-tx', version='0.0.6')
)
libraryDependencies += "net.apexes.commons" % "apexes-commons-guice-tx" % "0.0.6"
[net.apexes.commons/apexes-commons-guice-tx "0.0.6"]