License |
License |
---|---|
GroupId | GroupIdcom.aleax.blight |
ArtifactId | ArtifactIdblight-core |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionbLight Core
This module provides the core classes for the bLight project.
|
Filename | Size |
---|---|
blight-core-1.0.2.pom | |
blight-core-1.0.2.jar | 14 KB |
blight-core-1.0.2-sources.jar | 9 KB |
blight-core-1.0.2-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aleax.blight/blight-core/ -->
<dependency>
<groupId>com.aleax.blight</groupId>
<artifactId>blight-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aleax.blight/blight-core/
implementation 'com.aleax.blight:blight-core:1.0.2'
// https://jarcasting.com/artifacts/com.aleax.blight/blight-core/
implementation ("com.aleax.blight:blight-core:1.0.2")
'com.aleax.blight:blight-core:jar:1.0.2'
<dependency org="com.aleax.blight" name="blight-core" rev="1.0.2">
<artifact name="blight-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aleax.blight', module='blight-core', version='1.0.2')
)
libraryDependencies += "com.aleax.blight" % "blight-core" % "1.0.2"
[com.aleax.blight/blight-core "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |