Loom

HTTP server made easy

License

License

GroupId

GroupId

dk.magical
ArtifactId

ArtifactId

Loom
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Loom
HTTP server made easy
Project URL

Project URL

https://github.com/MagicalDK/Loom
Source Code Management

Source Code Management

https://github.com/MagicalDK/Loom.git

Download Loom

How to add to project

<!-- https://jarcasting.com/artifacts/dk.magical/Loom/ -->
<dependency>
    <groupId>dk.magical</groupId>
    <artifactId>Loom</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dk.magical/Loom/
implementation 'dk.magical:Loom:1.1.0'
// https://jarcasting.com/artifacts/dk.magical/Loom/
implementation ("dk.magical:Loom:1.1.0")
'dk.magical:Loom:jar:1.1.0'
<dependency org="dk.magical" name="Loom" rev="1.1.0">
  <artifact name="Loom" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.magical', module='Loom', version='1.1.0')
)
libraryDependencies += "dk.magical" % "Loom" % "1.1.0"
[dk.magical/Loom "1.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.0.4
junit : junit jar 4.12
com.google.truth : truth jar 0.30
net.jodah : concurrentunit jar 0.4.2

test (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.0.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.2
1.0.1
1.0.0