How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.xpenatan.gdx-teavm</groupId>
<artifactId>gdx-bullet-platform</artifactId>
<version>1.0.0-b4</version>
</dependency>
Choose a version of com.github.xpenatan.gdx-teavm : gdx-bullet-platform to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
gdx-bullet-platform-1.0.0-b4
|
||
gdx-bullet-platform-1.0.0-b3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.xpenatan.gdx-teavm</groupId>
<artifactId>gdx-bullet-platform</artifactId>
<version>1.0.0-b4</version>
</dependency>
Advertisement