| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.github.ansell.pellet | 
    
| ArtifactId | ArtifactIdpellet-core | 
    
| Version | Version2.3.6-ansell | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionPellet :: Core Functions 
            The Clark and Parsia Pellet OWL Reasoner 
         | 
    
| Filename | Size | 
|---|---|
| pellet-core-2.3.6-ansell.pom | |
| pellet-core-2.3.6-ansell.jar | 5 KB | 
| pellet-core-2.3.6-ansell-tests.jar | 1 KB | 
| pellet-core-2.3.6-ansell-sources.jar | 4 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-core/ -->
<dependency>
    <groupId>com.github.ansell.pellet</groupId>
    <artifactId>pellet-core</artifactId>
    <version>2.3.6-ansell</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-core/
implementation 'com.github.ansell.pellet:pellet-core:2.3.6-ansell'
                // https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-core/
implementation ("com.github.ansell.pellet:pellet-core:2.3.6-ansell")
                'com.github.ansell.pellet:pellet-core:jar:2.3.6-ansell'
                <dependency org="com.github.ansell.pellet" name="pellet-core" rev="2.3.6-ansell">
  <artifact name="pellet-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.ansell.pellet', module='pellet-core', version='2.3.6-ansell')
)
                libraryDependencies += "com.github.ansell.pellet" % "pellet-core" % "2.3.6-ansell"
                [com.github.ansell.pellet/pellet-core "2.3.6-ansell"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.ansell.pellet : pellet-common | jar | 2.3.6-ansell |