psi-probe-rest
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.psi-probe</groupId> <artifactId>psi-probe-rest</artifactId> <version>5.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed under the GPL License. You may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.gnu.org/licenses/old-licenses/gpl-2.0.html THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. --> <project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.psi-probe</groupId> <artifactId>psi-probe</artifactId> <version>5.2.1</version> </parent> <groupId>com.github.psi-probe</groupId> <artifactId>psi-probe-rest</artifactId> <version>5.2.1</version> <name>psi-probe-rest</name> <description>PSI Probe Rest - RESTful service endpoints.</description> <url>https://github.com/psi-probe/psi-probe/</url> <scm> <connection>scm:git:ssh://git@github.com/psi-probe/psi-probe.git</connection> <developerConnection>scm:git:ssh://git@github.com/psi-probe/psi-probe.git</developerConnection> <tag>psi-probe-5.2.1</tag> <url>https://github.com/psi-probe/psi-probe/</url> </scm> <dependencies> <dependency> <groupId>org.springframework.hateoas</groupId> <artifactId>spring-hateoas</artifactId> </dependency> <dependency> <groupId>com.jayway.jsonpath</groupId> <artifactId>json-path</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>net.minidev</groupId> <artifactId>json-smart</artifactId> <version>2.5.2</version> </dependency> </dependencies> </project>