| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
| ArtifactId | ArtifactIdjaxen | 
| Version | Version1.0.5.5-jre13 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| jaxen-1.0.5.5-jre13.pom | |
| jaxen-1.0.5.5-jre13.jar | 219 KB | 
| jaxen-1.0.5.5-jre13-sources.jar | 372 KB | 
| jaxen-1.0.5.5-jre13-javadoc.jar | 497 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/jaxen/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>jaxen</artifactId>
    <version>1.0.5.5-jre13</version>
</dependency>// https://jarcasting.com/artifacts/com.guicedee.services/jaxen/
implementation 'com.guicedee.services:jaxen:1.0.5.5-jre13'// https://jarcasting.com/artifacts/com.guicedee.services/jaxen/
implementation ("com.guicedee.services:jaxen:1.0.5.5-jre13")'com.guicedee.services:jaxen:jar:1.0.5.5-jre13'<dependency org="com.guicedee.services" name="jaxen" rev="1.0.5.5-jre13">
  <artifact name="jaxen" type="jar" />
</dependency>@Grapes(
@Grab(group='com.guicedee.services', module='jaxen', version='1.0.5.5-jre13')
)libraryDependencies += "com.guicedee.services" % "jaxen" % "1.0.5.5-jre13"[com.guicedee.services/jaxen "1.0.5.5-jre13"]