| Group ID: |
io.tekniq |
| Artifact ID: |
tekniq-project |
| Version: |
0.6.0 |
| Last modified: |
02.05.2017 01:33 |
| Packaging: |
jar |
| Name: |
tekniq-project |
| Description: |
A framework designed around Kotlin |
| URL: |
https://github.com/sepatel/tekniq |
|
|
| Size: |
1.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/io/tekniq/tekniq-project/0.6.0/tekniq-project-0.6.0.jar |
| POM: |
Show
hide
<?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="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.tekniq</groupId>
<artifactId>tekniq-project</artifactId>
<version>0.6.0</version>
<name>tekniq-project</name>
<description>A framework designed around Kotlin</description>
<url>https://github.com/sepatel/tekniq</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://raw.githubusercontent.com/sepatel/tekniq/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>sepatel</id>
<name>Sejal Patel</name>
<email>sejal@tekniq.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/sepatel/tekniq.git</connection>
<developerConnection>scm:git:git://github.com/sepatel/tekniq</developerConnection>
<url>http://github.com/sepatel/tekniq</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.1.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>io.tekniq</groupId>
<artifactId>tekniq-project</artifactId>
<version>0.6.0</version>
</dependency>
|
| Gradle: |
io.tekniq:tekniq-project:0.6.0 |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|