play3-json-form_3
Used in: 
components
- OverviewOverview
 - VersionsVersions
 - DependentsDependents
 - DependenciesDependencies
 
<dependency>
    <groupId>io.github.tanin47</groupId>
    <artifactId>play3-json-form_3</artifactId>
    <version>1.2.0</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>io.github.tanin47</groupId>
    <artifactId>play3-json-form_3</artifactId>
    <packaging>jar</packaging>
    <description>play3-json-form</description>
    <url>https://github.com/tanin47/play-json-form</url>
    <version>1.2.0</version>
    <licenses>
        <license>
            <name>MIT</name>
            <url>http://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>play3-json-form</name>
    <organization>
        <name>tanin47</name>
        <url>https://github.com/tanin47</url>
    </organization>
    <scm>
        <url>https://github.com/tanin47/play-json-form</url>
        <connection>scm:git@github.com:tanin47/play-json-form.git</connection>
    </scm>
    <developers>
        <developer>
            <id>tanin</id>
            <name>Tanin Na Nakorn</name>
            <url>https://github.com/tanin47</url>
            <email>@tanin</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>semver-spec</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala3-library_3</artifactId>
            <version>3.3.6</version>
        </dependency>
        <dependency>
            <groupId>org.playframework</groupId>
            <artifactId>play_3</artifactId>
            <version>3.0.8</version>
        </dependency>
        <dependency>
            <groupId>org.playframework</groupId>
            <artifactId>play-test_3</artifactId>
            <version>3.0.8</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <version>5.18.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.lihaoyi</groupId>
            <artifactId>utest_3</artifactId>
            <version>0.9.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>