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