License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdde.bright-side.lgf |
ArtifactId | ArtifactIdlgf-pc |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptionpc
Core module for the Leinwand GF graphics framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lgf-pc-1.2.0.pom | |
lgf-pc-1.2.0.jar | 37 KB |
lgf-pc-1.2.0-sources.jar | 16 KB |
lgf-pc-1.2.0-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.bright-side.lgf/lgf-pc/ -->
<dependency>
<groupId>de.bright-side.lgf</groupId>
<artifactId>lgf-pc</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.bright-side.lgf/lgf-pc/
implementation 'de.bright-side.lgf:lgf-pc:1.2.0'
// https://jarcasting.com/artifacts/de.bright-side.lgf/lgf-pc/
implementation ("de.bright-side.lgf:lgf-pc:1.2.0")
'de.bright-side.lgf:lgf-pc:jar:1.2.0'
<dependency org="de.bright-side.lgf" name="lgf-pc" rev="1.2.0">
<artifact name="lgf-pc" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.bright-side.lgf', module='lgf-pc', version='1.2.0')
)
libraryDependencies += "de.bright-side.lgf" % "lgf-pc" % "1.2.0"
[de.bright-side.lgf/lgf-pc "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
de.bright-side.lgf : lgf-core | jar | 1.2.0 |
de.bright-side.filesystemfacade : filesystemfacade | jar | 2.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |