| Categories | CategoriesWildFly Container Application Servers GUI User Interface Guice Application Layer Libs Dependency Injection | 
|---|---|
| GroupId | GroupIdcom.guicedee.persistence | 
| ArtifactId | ArtifactIdguiced-persistence-wildfly | 
| Version | Version1.1.1.4-jre14 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-wildfly/ -->
<dependency>
    <groupId>com.guicedee.persistence</groupId>
    <artifactId>guiced-persistence-wildfly</artifactId>
    <version>1.1.1.4-jre14</version>
</dependency>// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-wildfly/
implementation 'com.guicedee.persistence:guiced-persistence-wildfly:1.1.1.4-jre14'// https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-wildfly/
implementation ("com.guicedee.persistence:guiced-persistence-wildfly:1.1.1.4-jre14")'com.guicedee.persistence:guiced-persistence-wildfly:jar:1.1.1.4-jre14'<dependency org="com.guicedee.persistence" name="guiced-persistence-wildfly" rev="1.1.1.4-jre14">
  <artifact name="guiced-persistence-wildfly" type="jar" />
</dependency>@Grapes(
@Grab(group='com.guicedee.persistence', module='guiced-persistence-wildfly', version='1.1.1.4-jre14')
)libraryDependencies += "com.guicedee.persistence" % "guiced-persistence-wildfly" % "1.1.1.4-jre14"[com.guicedee.persistence/guiced-persistence-wildfly "1.1.1.4-jre14"]