GroupId | GroupIdorg.opennms.newts |
---|---|
ArtifactId | ArtifactIdnewts-queryparser |
Version | Version1.5.7 |
Type | Typejar |
Filename | Size |
---|---|
newts-queryparser-1.5.7.pom | |
newts-queryparser-1.5.7.jar | 24 KB |
newts-queryparser-1.5.7-sources.jar | 18 KB |
newts-queryparser-1.5.7-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opennms.newts/newts-queryparser/ -->
<dependency>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-queryparser</artifactId>
<version>1.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.opennms.newts/newts-queryparser/
implementation 'org.opennms.newts:newts-queryparser:1.5.7'
// https://jarcasting.com/artifacts/org.opennms.newts/newts-queryparser/
implementation ("org.opennms.newts:newts-queryparser:1.5.7")
'org.opennms.newts:newts-queryparser:jar:1.5.7'
<dependency org="org.opennms.newts" name="newts-queryparser" rev="1.5.7">
<artifact name="newts-queryparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opennms.newts', module='newts-queryparser', version='1.5.7')
)
libraryDependencies += "org.opennms.newts" % "newts-queryparser" % "1.5.7"
[org.opennms.newts/newts-queryparser "1.5.7"]