| GroupId | GroupIdcom.github.birdasaur.litfx |
|---|---|
| ArtifactId | ArtifactIdlitfx-core |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| litfx-core-0.1.0.pom | |
| litfx-core-0.1.0.jar | 94 KB |
| litfx-core-0.1.0-sources.jar | 53 KB |
| litfx-core-0.1.0-javadoc.jar | 627 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.birdasaur.litfx/litfx-core/ -->
<dependency>
<groupId>com.github.birdasaur.litfx</groupId>
<artifactId>litfx-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.birdasaur.litfx/litfx-core/
implementation 'com.github.birdasaur.litfx:litfx-core:0.1.0'
// https://jarcasting.com/artifacts/com.github.birdasaur.litfx/litfx-core/
implementation ("com.github.birdasaur.litfx:litfx-core:0.1.0")
'com.github.birdasaur.litfx:litfx-core:jar:0.1.0'
<dependency org="com.github.birdasaur.litfx" name="litfx-core" rev="0.1.0">
<artifact name="litfx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.birdasaur.litfx', module='litfx-core', version='0.1.0')
)
libraryDependencies += "com.github.birdasaur.litfx" % "litfx-core" % "0.1.0"
[com.github.birdasaur.litfx/litfx-core "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.openjfx : javafx-controls | jar | 14 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.5.1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.5.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.1 |