scalafx-extras_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.scalafx</groupId>
<artifactId>scalafx-extras_3</artifactId>
<version>0.12.1</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.scalafx</groupId>
<artifactId>scalafx-extras_3</artifactId>
<packaging>jar</packaging>
<description>The ScalaFX Extras</description>
<url>https://www.scalafx.org/</url>
<version>0.12.1</version>
<licenses>
<license>
<name>BSD</name>
<url>https://github.com/scalafx/scalafx-extras/blob/master/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>scalafx-extras</name>
<inceptionYear>2016</inceptionYear>
<organization>
<name>ScalaFX</name>
<url>https://github.com/scalafx</url>
</organization>
<scm>
<url>https://github.com/scalafx/scalafx-extras</url>
<connection>scm:https://github.com/scalafx/scalafx-extras.git</connection>
</scm>
<developers>
<developer>
<id>jpsacha</id>
<name>Jarek Sacha</name>
<url>https://github.com/jpsacha</url>
<email>jpsacha@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>org.scalafx</groupId>
<artifactId>scalafx_3</artifactId>
<version>25.0.2-R37</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>sonatype-central-maven-snapshots</id>
<name>sonatype-central-maven-snapshots</name>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<layout>default</layout>
</repository>
</repositories>
</project>