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