GroupId | GroupIdorg.opennms.newts |
---|---|
ArtifactId | ArtifactIdnewts-queryparser |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
newts-queryparser-1.3.2.pom | |
newts-queryparser-1.3.2.jar | 24 KB |
newts-queryparser-1.3.2-sources.jar | 18 KB |
newts-queryparser-1.3.2-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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opennms.newts/newts-queryparser/
implementation 'org.opennms.newts:newts-queryparser:1.3.2'
// https://jarcasting.com/artifacts/org.opennms.newts/newts-queryparser/
implementation ("org.opennms.newts:newts-queryparser:1.3.2")
'org.opennms.newts:newts-queryparser:jar:1.3.2'
<dependency org="org.opennms.newts" name="newts-queryparser" rev="1.3.2">
<artifact name="newts-queryparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opennms.newts', module='newts-queryparser', version='1.3.2')
)
libraryDependencies += "org.opennms.newts" % "newts-queryparser" % "1.3.2"
[org.opennms.newts/newts-queryparser "1.3.2"]