我开始使用 IntelliJ 并且多年没有使用 Java。我一直在.Net 世界工作。我正在使用 IntelliJ 创建一个 Atlassian Crowd 自定义连接器。我需要pom.xml
为包的文件添加一个依赖项com.atlassian.crowd.manager.directory
。我相信下面的依赖块是正确的,除了版本。人工制品正确吗?我使用其他依赖项来派生这个。如何找到正确的版本?
<dependency>
<groupId>com.atlassian.crowd</groupId>
<artifactId>manager-directory</artifactId>
<version>2.8.8</version>
</dependency>