License |
License |
---|---|
GroupId | GroupIdcom.googlecode.blacken |
ArtifactId | ArtifactIdblacken-core |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBlacken Roguelike Library: Core
A Java user-interface library for roguelike games.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
blacken-core-1.1.1.pom | |
blacken-core-1.1.1.jar | 436 KB |
blacken-core-1.1.1-sources.jar | 401 KB |
blacken-core-1.1.1-javadoc.jar | 776 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.blacken/blacken-core/ -->
<dependency>
<groupId>com.googlecode.blacken</groupId>
<artifactId>blacken-core</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blacken/blacken-core/
implementation 'com.googlecode.blacken:blacken-core:1.1.1'
// https://jarcasting.com/artifacts/com.googlecode.blacken/blacken-core/
implementation ("com.googlecode.blacken:blacken-core:1.1.1")
'com.googlecode.blacken:blacken-core:jar:1.1.1'
<dependency org="com.googlecode.blacken" name="blacken-core" rev="1.1.1">
<artifact name="blacken-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blacken', module='blacken-core', version='1.1.1')
)
libraryDependencies += "com.googlecode.blacken" % "blacken-core" % "1.1.1"
[com.googlecode.blacken/blacken-core "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.6.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |