fxprof-format_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.indoorvivants</groupId>
<artifactId>fxprof-format_3</artifactId>
<version>0.0.2</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>com.indoorvivants</groupId>
<artifactId>fxprof-format_3</artifactId>
<packaging>jar</packaging>
<description>fxprof-format</description>
<url>https://github.com/indoorvivants/fxprof</url>
<version>0.0.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>fxprof-format</name>
<inceptionYear>2022</inceptionYear>
<organization>
<name>Anton Sviridov</name>
<url>https://github.com/indoorvivants/fxprof</url>
</organization>
<scm>
<url>https://github.com/indoorvivants/fxprof</url>
<connection>scm:git:https://github.com/indoorvivants/fxprof.git</connection>
<developerConnection>scm:git:git@github.com:indoorvivants/fxprof.git</developerConnection>
</scm>
<developers>
<developer>
<id>keynmol</id>
<name>Anton Sviridov</name>
<url>https://blog.indoorvivants.com</url>
<email>velvetbaldmime@protonmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.7.4</version>
</dependency>
<dependency>
<groupId>com.github.plokhotnyuk.jsoniter-scala</groupId>
<artifactId>jsoniter-scala-core_3</artifactId>
<version>2.38.5</version>
</dependency>
</dependencies>
</project>