| GroupId | GroupIdfreebxml | 
    
|---|---|
| ArtifactId | ArtifactIdcommon | 
    
| Last Version | Last Version0.9.1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Description | 
    
| Filename | Size | 
|---|---|
| common-0.9.1.3.pom | |
| common-0.9.1.3.jar | 17 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/freebxml/common/ -->
<dependency>
    <groupId>freebxml</groupId>
    <artifactId>common</artifactId>
    <version>0.9.1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/freebxml/common/
implementation 'freebxml:common:0.9.1.3'
                // https://jarcasting.com/artifacts/freebxml/common/
implementation ("freebxml:common:0.9.1.3")
                'freebxml:common:jar:0.9.1.3'
                <dependency org="freebxml" name="common" rev="0.9.1.3">
  <artifact name="common" type="jar" />
</dependency>
                @Grapes(
@Grab(group='freebxml', module='common', version='0.9.1.3')
)
                libraryDependencies += "freebxml" % "common" % "0.9.1.3"
                [freebxml/common "0.9.1.3"]