License |
License |
---|---|
GroupId | GroupIdorg.cosplayengine |
ArtifactId | ArtifactIdcosplay-parent |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
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.7.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cosplayengine/cosplay-parent/ -->
<dependency>
<groupId>org.cosplayengine</groupId>
<artifactId>cosplay-parent</artifactId>
<version>0.7.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cosplayengine/cosplay-parent/
implementation 'org.cosplayengine:cosplay-parent:0.7.0'
// https://jarcasting.com/artifacts/org.cosplayengine/cosplay-parent/
implementation ("org.cosplayengine:cosplay-parent:0.7.0")
'org.cosplayengine:cosplay-parent:pom:0.7.0'
<dependency org="org.cosplayengine" name="cosplay-parent" rev="0.7.0">
<artifact name="cosplay-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cosplayengine', module='cosplay-parent', version='0.7.0')
)
libraryDependencies += "org.cosplayengine" % "cosplay-parent" % "0.7.0"
[org.cosplayengine/cosplay-parent "0.7.0"]