GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdphaser-ce |
Version | Version2.8.3 |
Type | Typejar |
Filename | Size |
---|---|
phaser-ce-2.8.3.pom | |
phaser-ce-2.8.3.jar | 7 MB |
phaser-ce-2.8.3-sources.jar | 22 bytes |
phaser-ce-2.8.3-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/phaser-ce/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>phaser-ce</artifactId>
<version>2.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/phaser-ce/
implementation 'org.webjars.npm:phaser-ce:2.8.3'
// https://jarcasting.com/artifacts/org.webjars.npm/phaser-ce/
implementation ("org.webjars.npm:phaser-ce:2.8.3")
'org.webjars.npm:phaser-ce:jar:2.8.3'
<dependency org="org.webjars.npm" name="phaser-ce" rev="2.8.3">
<artifact name="phaser-ce" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='phaser-ce', version='2.8.3')
)
libraryDependencies += "org.webjars.npm" % "phaser-ce" % "2.8.3"
[org.webjars.npm/phaser-ce "2.8.3"]