Categories |
CategoriesCRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.crashinvaders.vfx |
ArtifactId | ArtifactIdgdx-vfx-core |
Version | Version0.4.3 |
Type | Typejar |
Filename | Size |
---|---|
gdx-vfx-core-0.4.3.pom | |
gdx-vfx-core-0.4.3.jar | 42 KB |
gdx-vfx-core-0.4.3-sources.jar | 29 KB |
gdx-vfx-core-0.4.3-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.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.crashinvaders.vfx/gdx-vfx-core/
implementation 'com.crashinvaders.vfx:gdx-vfx-core:0.4.3'
// https://jarcasting.com/artifacts/com.crashinvaders.vfx/gdx-vfx-core/
implementation ("com.crashinvaders.vfx:gdx-vfx-core:0.4.3")
'com.crashinvaders.vfx:gdx-vfx-core:jar:0.4.3'
<dependency org="com.crashinvaders.vfx" name="gdx-vfx-core" rev="0.4.3">
<artifact name="gdx-vfx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crashinvaders.vfx', module='gdx-vfx-core', version='0.4.3')
)
libraryDependencies += "com.crashinvaders.vfx" % "gdx-vfx-core" % "0.4.3"
[com.crashinvaders.vfx/gdx-vfx-core "0.4.3"]