<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>reports</artifactId> <groupId>com.stimulsoft</groupId> <version>2018.2.1</version> </parent> <groupId>com.stimulsoft</groupId> <artifactId>stimulsoft-reports-web</artifactId> <version>2018.2.1</version> <name>stimulsoft.reports web</name> <dependencies> <dependency> <groupId>com.stimulsoft</groupId> <artifactId>stimulsoft-reports-report</artifactId> <version>2018.2.1</version> </dependency> <!-- dependency> <groupId>com.stimulsoft</groupId> <artifactId>stimulsoft-reports-flex</artifactId> <version>2017.1.5-SNAPSHOT</version> </dependency--> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> <version>2.1</version> <scope>provided</scope> </dependency> </dependencies> </project>
<dependency> <groupId>com.stimulsoft</groupId> <artifactId>stimulsoft-reports-web</artifactId> <version>2018.2.1</version> </dependency>
com.stimulsoft:stimulsoft-reports-web:2018.2.1