Categories |
CategoriesCRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.crashinvaders.vfx |
ArtifactId | ArtifactIdgdx-vfx-core |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
gdx-vfx-core-0.3.0.pom | |
gdx-vfx-core-0.3.0.jar | 37 KB |
gdx-vfx-core-0.3.0-sources.jar | 25 KB |
gdx-vfx-core-0.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.crashinvaders.vfx/gdx-vfx-core/ -->
<dependency>
<groupId>com.crashinvaders.vfx</groupId>
<artifactId>gdx-vfx-core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crashinvaders.vfx/gdx-vfx-core/
implementation 'com.crashinvaders.vfx:gdx-vfx-core:0.3.0'
// https://jarcasting.com/artifacts/com.crashinvaders.vfx/gdx-vfx-core/
implementation ("com.crashinvaders.vfx:gdx-vfx-core:0.3.0")
'com.crashinvaders.vfx:gdx-vfx-core:jar:0.3.0'
<dependency org="com.crashinvaders.vfx" name="gdx-vfx-core" rev="0.3.0">
<artifact name="gdx-vfx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crashinvaders.vfx', module='gdx-vfx-core', version='0.3.0')
)
libraryDependencies += "com.crashinvaders.vfx" % "gdx-vfx-core" % "0.3.0"
[com.crashinvaders.vfx/gdx-vfx-core "0.3.0"]