| License |
License |
|---|---|
| Categories |
CategoriesjMonkeyEngine Business Logic Libraries Game Development KeY Data Data Formats Formal Verification |
| GroupId | GroupIdorg.jmonkeyengine |
| ArtifactId | ArtifactIdjme3-plugins |
| Version | Version3.4.0-stable |
| Type | Typejar |
| Description |
DescriptionjMonkeyEngine
jMonkeyEngine is a 3-D game engine for adventurous Java developers
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jme3-plugins-3.4.0-stable.pom | |
| jme3-plugins-3.4.0-stable.jar | 313 KB |
| jme3-plugins-3.4.0-stable-sources.jar | 267 KB |
| jme3-plugins-3.4.0-stable-javadoc.jar | 622 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jmonkeyengine/jme3-plugins/ -->
<dependency>
<groupId>org.jmonkeyengine</groupId>
<artifactId>jme3-plugins</artifactId>
<version>3.4.0-stable</version>
</dependency>
// https://jarcasting.com/artifacts/org.jmonkeyengine/jme3-plugins/
implementation 'org.jmonkeyengine:jme3-plugins:3.4.0-stable'
// https://jarcasting.com/artifacts/org.jmonkeyengine/jme3-plugins/
implementation ("org.jmonkeyengine:jme3-plugins:3.4.0-stable")
'org.jmonkeyengine:jme3-plugins:jar:3.4.0-stable'
<dependency org="org.jmonkeyengine" name="jme3-plugins" rev="3.4.0-stable">
<artifact name="jme3-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jmonkeyengine', module='jme3-plugins', version='3.4.0-stable')
)
libraryDependencies += "org.jmonkeyengine" % "jme3-plugins" % "3.4.0-stable"
[org.jmonkeyengine/jme3-plugins "3.4.0-stable"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jmonkeyengine : jme3-core | jar | 3.4.0-stable |
| com.google.code.gson : gson | jar | 2.8.1 |