| Categories | 
                CategoriesJDOM Business Logic Libraries | 
        
|---|---|
| GroupId | GroupIdorg.jdom | 
    
| ArtifactId | ArtifactIdjaxen-core | 
    
| Last Version | Last Version1.0-FCS | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionjaxen-core from jdom 1.1 distribution 
            
         | 
    
| Filename | Size | 
|---|---|
| jaxen-core-1.0-FCS.pom | |
| jaxen-core-1.0-FCS.jar | 157 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jdom/jaxen-core/ -->
<dependency>
    <groupId>org.jdom</groupId>
    <artifactId>jaxen-core</artifactId>
    <version>1.0-FCS</version>
</dependency>
                // https://jarcasting.com/artifacts/org.jdom/jaxen-core/
implementation 'org.jdom:jaxen-core:1.0-FCS'
                // https://jarcasting.com/artifacts/org.jdom/jaxen-core/
implementation ("org.jdom:jaxen-core:1.0-FCS")
                'org.jdom:jaxen-core:jar:1.0-FCS'
                <dependency org="org.jdom" name="jaxen-core" rev="1.0-FCS">
  <artifact name="jaxen-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.jdom', module='jaxen-core', version='1.0-FCS')
)
                libraryDependencies += "org.jdom" % "jaxen-core" % "1.0-FCS"
                [org.jdom/jaxen-core "1.0-FCS"]