| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.sourceforge.owlapi | 
    
| ArtifactId | ArtifactIdowlapi-dlsyntax | 
    
| Last Version | Last Version3.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionDL Syntax 
            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 Organization | 
            
| Filename | Size | 
|---|---|
| owlapi-dlsyntax-3.3.pom | |
| owlapi-dlsyntax-3.3.jar | 54 KB | 
| owlapi-dlsyntax-3.3-sources.jar | 42 KB | 
| owlapi-dlsyntax-3.3-javadoc.jar | 119 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-dlsyntax/ -->
<dependency>
    <groupId>net.sourceforge.owlapi</groupId>
    <artifactId>owlapi-dlsyntax</artifactId>
    <version>3.3</version>
</dependency>
                // https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-dlsyntax/
implementation 'net.sourceforge.owlapi:owlapi-dlsyntax:3.3'
                // https://jarcasting.com/artifacts/net.sourceforge.owlapi/owlapi-dlsyntax/
implementation ("net.sourceforge.owlapi:owlapi-dlsyntax:3.3")
                'net.sourceforge.owlapi:owlapi-dlsyntax:jar:3.3'
                <dependency org="net.sourceforge.owlapi" name="owlapi-dlsyntax" rev="3.3">
  <artifact name="owlapi-dlsyntax" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.sourceforge.owlapi', module='owlapi-dlsyntax', version='3.3')
)
                libraryDependencies += "net.sourceforge.owlapi" % "owlapi-dlsyntax" % "3.3"
                [net.sourceforge.owlapi/owlapi-dlsyntax "3.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| net.sourceforge.owlapi : owlapi-util | jar | 3.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.2 |