GroupId | GroupIdcom.github.neothemachine |
---|---|
ArtifactId | ArtifactIdardor3d-screenshot |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
ardor3d-screenshot-0.2.0.pom | |
ardor3d-screenshot-0.2.0.jar | 46 KB |
ardor3d-screenshot-0.2.0-sources.jar | 18 KB |
ardor3d-screenshot-0.2.0-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.neothemachine/ardor3d-screenshot/ -->
<dependency>
<groupId>com.github.neothemachine</groupId>
<artifactId>ardor3d-screenshot</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.neothemachine/ardor3d-screenshot/
implementation 'com.github.neothemachine:ardor3d-screenshot:0.2.0'
// https://jarcasting.com/artifacts/com.github.neothemachine/ardor3d-screenshot/
implementation ("com.github.neothemachine:ardor3d-screenshot:0.2.0")
'com.github.neothemachine:ardor3d-screenshot:jar:0.2.0'
<dependency org="com.github.neothemachine" name="ardor3d-screenshot" rev="0.2.0">
<artifact name="ardor3d-screenshot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.neothemachine', module='ardor3d-screenshot', version='0.2.0')
)
libraryDependencies += "com.github.neothemachine" % "ardor3d-screenshot" % "0.2.0"
[com.github.neothemachine/ardor3d-screenshot "0.2.0"]