| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.ansell.owlapi | 
    
| ArtifactId | ArtifactIdowlapi-parsers | 
    
| Last Version | Last Version3.4.9.2-ansell | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionOWLAPI :: Parsers 
            The OWL API is a Java API and reference implementation for creating, manipulating and serialising OWL Ontologies. The latest version of the API is focused towards OWL 2 
         | 
    
| Project Organization | 
                    Project OrganizationCSIRO HRPPC | 
            
<!-- https://jarcasting.com/artifacts/com.github.ansell.owlapi/owlapi-parsers/ -->
<dependency>
    <groupId>com.github.ansell.owlapi</groupId>
    <artifactId>owlapi-parsers</artifactId>
    <version>3.4.9.2-ansell</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.ansell.owlapi/owlapi-parsers/
implementation 'com.github.ansell.owlapi:owlapi-parsers:3.4.9.2-ansell'
                // https://jarcasting.com/artifacts/com.github.ansell.owlapi/owlapi-parsers/
implementation ("com.github.ansell.owlapi:owlapi-parsers:3.4.9.2-ansell")
                'com.github.ansell.owlapi:owlapi-parsers:jar:3.4.9.2-ansell'
                <dependency org="com.github.ansell.owlapi" name="owlapi-parsers" rev="3.4.9.2-ansell">
  <artifact name="owlapi-parsers" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.ansell.owlapi', module='owlapi-parsers', version='3.4.9.2-ansell')
)
                libraryDependencies += "com.github.ansell.owlapi" % "owlapi-parsers" % "3.4.9.2-ansell"
                [com.github.ansell.owlapi/owlapi-parsers "3.4.9.2-ansell"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.ansell.owlapi : owlapi-api | jar | 3.4.9.2-ansell | 
| com.github.ansell.owlapi : owlapi-tools | jar | 3.4.9.2-ansell | 
| org.kohsuke.metainf-services : metainf-services Optional | jar | 1.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.ansell.owlapi : owlapi-impl | jar | 3.4.9.2-ansell | 
| junit : junit | jar | 4.11 | 
| org.mockito : mockito-all | jar | 1.9.5 |