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