GroupId | GroupIdcom.prezi.spaghetti |
---|---|
ArtifactId | ArtifactIdspaghetti-haxe-support |
Version | Version2.0-rc8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.prezi.spaghetti/spaghetti-haxe-support/ -->
<dependency>
<groupId>com.prezi.spaghetti</groupId>
<artifactId>spaghetti-haxe-support</artifactId>
<version>2.0-rc8</version>
</dependency>
// https://jarcasting.com/artifacts/com.prezi.spaghetti/spaghetti-haxe-support/
implementation 'com.prezi.spaghetti:spaghetti-haxe-support:2.0-rc8'
// https://jarcasting.com/artifacts/com.prezi.spaghetti/spaghetti-haxe-support/
implementation ("com.prezi.spaghetti:spaghetti-haxe-support:2.0-rc8")
'com.prezi.spaghetti:spaghetti-haxe-support:jar:2.0-rc8'
<dependency org="com.prezi.spaghetti" name="spaghetti-haxe-support" rev="2.0-rc8">
<artifact name="spaghetti-haxe-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.prezi.spaghetti', module='spaghetti-haxe-support', version='2.0-rc8')
)
libraryDependencies += "com.prezi.spaghetti" % "spaghetti-haxe-support" % "2.0-rc8"
[com.prezi.spaghetti/spaghetti-haxe-support "2.0-rc8"]