Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdnet.apexes.commons |
ArtifactId | ArtifactIdapexes-commons-guice-tx |
Version | Version1.2.3 |
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>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.apexes.commons/apexes-commons-guice-tx/
implementation 'net.apexes.commons:apexes-commons-guice-tx:1.2.3'
// https://jarcasting.com/artifacts/net.apexes.commons/apexes-commons-guice-tx/
implementation ("net.apexes.commons:apexes-commons-guice-tx:1.2.3")
'net.apexes.commons:apexes-commons-guice-tx:jar:1.2.3'
<dependency org="net.apexes.commons" name="apexes-commons-guice-tx" rev="1.2.3">
<artifact name="apexes-commons-guice-tx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.apexes.commons', module='apexes-commons-guice-tx', version='1.2.3')
)
libraryDependencies += "net.apexes.commons" % "apexes-commons-guice-tx" % "1.2.3"
[net.apexes.commons/apexes-commons-guice-tx "1.2.3"]