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