| GroupId | GroupIdio.github.jsoagger |
|---|---|
| ArtifactId | ArtifactIdjsoagger-jfxcore-api |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsoagger-jfxcore-api-1.0.1.pom | |
| jsoagger-jfxcore-api-1.0.1.jar | 166 KB |
| jsoagger-jfxcore-api-1.0.1-sources.jar | 192 KB |
| jsoagger-jfxcore-api-1.0.1-javadoc.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.jsoagger/jsoagger-jfxcore-api/ -->
<dependency>
<groupId>io.github.jsoagger</groupId>
<artifactId>jsoagger-jfxcore-api</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jsoagger/jsoagger-jfxcore-api/
implementation 'io.github.jsoagger:jsoagger-jfxcore-api:1.0.1'
// https://jarcasting.com/artifacts/io.github.jsoagger/jsoagger-jfxcore-api/
implementation ("io.github.jsoagger:jsoagger-jfxcore-api:1.0.1")
'io.github.jsoagger:jsoagger-jfxcore-api:jar:1.0.1'
<dependency org="io.github.jsoagger" name="jsoagger-jfxcore-api" rev="1.0.1">
<artifact name="jsoagger-jfxcore-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jsoagger', module='jsoagger-jfxcore-api', version='1.0.1')
)
libraryDependencies += "io.github.jsoagger" % "jsoagger-jfxcore-api" % "1.0.1"
[io.github.jsoagger/jsoagger-jfxcore-api "1.0.1"]