p

pellet-parent

The Clark and Parsia Pellet OWL Reasoner
https://github.com/ansell/pellet
GNU Affero General Public License 3.0
文件下载
文件名 操作
pellet-parent-2.3.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.ansell.pellet</groupId>
  <artifactId>pellet-parent</artifactId>
  <version>2.3.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.ansell.pellet:pellet-parent:2.3.3'
Gradle Kotlin
implementation("com.github.ansell.pellet:pellet-parent:2.3.3")
Scala SBT
libraryDependencies += "com.github.ansell.pellet" % "pellet-parent" % "2.3.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ansell.pellet', module='pellet-parent', version='2.3.3')
)
Apache Ivy
<dependency org="com.github.ansell.pellet" name="pellet-parent" rev="2.3.3" />
Leiningen
[com.github.ansell.pellet/pellet-parent "2.3.3"]
Apache Buildr
'com.github.ansell.pellet:pellet-parent:jar:2.3.3'