Java play.filters.cors.CORSFilter的maven依赖项

Java play.filters.cors.CORSFilter的maven依赖项,java,playframework,lagom,Java,Playframework,Lagom,我正在尝试将CORS过滤器添加到我的Lagom框架REST API中。根据文档,我添加了一个Filters类,但是找不到CROSSFilter的包。需要MAVEN dependency flay framework交叉过滤器您需要过滤器帮助程序包 <dependency> <groupId>com.typesafe.play</groupId> <artifactId>filters-helpers_2.11</artifac

我正在尝试将CORS过滤器添加到我的Lagom框架REST API中。根据文档,我添加了一个Filters类,但是找不到CROSSFilter的包。需要MAVEN dependency flay framework交叉过滤器

您需要过滤器帮助程序包

<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>filters-helpers_2.11</artifactId>
    <version>2.5.13</version>
</dependency>

com.typesafe.play

API文档: