restruct-query-string-bindable_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.methrat0n</groupId>
<artifactId>restruct-query-string-bindable_2.12</artifactId>
<version>1.0.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.methrat0n</groupId>
<artifactId>restruct-query-string-bindable_2.12</artifactId>
<packaging>jar</packaging>
<description>Obtains any format from your class in just one line</description>
<url>https://methrat0n.github.io/</url>
<version>1.0.0</version>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/Methrat0n/restruct/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>restruct-query-string-bindable</name>
<organization>
<name>methrat0n</name>
<url>https://methrat0n.github.io/</url>
</organization>
<scm>
<url>https://github.io/methrat0n/restruct</url>
<connection>scm:git@github.io:methrat0n/restruct.git</connection>
</scm>
<developers>
<developer>
<id>methrat0n</id>
<name>Merlin Goulet</name>
<email>merlin.goulet@live.fr</email>
<url>https://methrat0n.github.io/</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.4</version>
</dependency>
<dependency>
<groupId>io.github.methrat0n</groupId>
<artifactId>restruct-core_2.12</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play_2.12</artifactId>
<version>2.6.0</version>
</dependency>
</dependencies>
</project>