GroupId | GroupIdcom.github.ansell.pellet |
---|---|
ArtifactId | ArtifactIdpellet-query |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
pellet-query-2.3.2.pom | |
pellet-query-2.3.2.jar | 414 KB |
pellet-query-2.3.2-tests.jar | 2 KB |
pellet-query-2.3.2-sources.jar | 207 KB |
pellet-query-2.3.2-javadoc.jar | 964 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-query/ -->
<dependency>
<groupId>com.github.ansell.pellet</groupId>
<artifactId>pellet-query</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-query/
implementation 'com.github.ansell.pellet:pellet-query:2.3.2'
// https://jarcasting.com/artifacts/com.github.ansell.pellet/pellet-query/
implementation ("com.github.ansell.pellet:pellet-query:2.3.2")
'com.github.ansell.pellet:pellet-query:jar:2.3.2'
<dependency org="com.github.ansell.pellet" name="pellet-query" rev="2.3.2">
<artifact name="pellet-query" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ansell.pellet', module='pellet-query', version='2.3.2')
)
libraryDependencies += "com.github.ansell.pellet" % "pellet-query" % "2.3.2"
[com.github.ansell.pellet/pellet-query "2.3.2"]