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