web-11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.casually-blue</groupId> <artifactId>web-11</artifactId> <version>1.7</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.casually-blue</groupId> <artifactId>web-11</artifactId> <version>1.7</version> <name>web</name> <description>Kotlin html templating library</description> <url>https://github.com/casually-blue/web</url> <licenses> <license> <name>GPL Version 3.0</name> <url>https://www.gnu.org/licenses/gpl-3.0.txt</url> </license> </licenses> <developers> <developer> <id>tterry</id> <name>Thomas Terry</name> <email>darkforestsilence@gmail.com</email> <url>https://github.com/casually-blue</url> </developer> </developers> <scm> <connection>scm:git:git@github.com:casually-blue/web.git</connection> <developerConnection>scm:git:git@github.com:casually-blue/web.git</developerConnection> <url>https://gihtub.com/casually-blue/web</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.5.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.typesafe.play</groupId> <artifactId>play_2.12</artifactId> <version>2.8.8</version> <scope>runtime</scope> </dependency> </dependencies> </project>