License |
License |
---|---|
GroupId | GroupIdorg.cosplayengine |
ArtifactId | ArtifactIdcosplay-parent |
Version | Version0.6.6 |
Type | Typepom |
Description |
DescriptionCosPlay Parent
An open-source 2D ASCII game engine for Scala3
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cosplay-parent-0.6.6.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cosplayengine/cosplay-parent/ -->
<dependency>
<groupId>org.cosplayengine</groupId>
<artifactId>cosplay-parent</artifactId>
<version>0.6.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cosplayengine/cosplay-parent/
implementation 'org.cosplayengine:cosplay-parent:0.6.6'
// https://jarcasting.com/artifacts/org.cosplayengine/cosplay-parent/
implementation ("org.cosplayengine:cosplay-parent:0.6.6")
'org.cosplayengine:cosplay-parent:pom:0.6.6'
<dependency org="org.cosplayengine" name="cosplay-parent" rev="0.6.6">
<artifact name="cosplay-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cosplayengine', module='cosplay-parent', version='0.6.6')
)
libraryDependencies += "org.cosplayengine" % "cosplay-parent" % "0.6.6"
[org.cosplayengine/cosplay-parent "0.6.6"]