| License |
License |
|---|---|
| GroupId | GroupIdcom.natpryce |
| ArtifactId | ArtifactIdkrouton |
| Version | Version2.4.0.0 |
| Type | Typejar |
| Description |
DescriptionKrouton
Type-safe and compositional URL routing and reverse routing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| krouton-2.4.0.0.pom | |
| krouton-2.4.0.0.jar | 110 KB |
| krouton-2.4.0.0-sources.jar | 9 KB |
| krouton-2.4.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.natpryce/krouton/ -->
<dependency>
<groupId>com.natpryce</groupId>
<artifactId>krouton</artifactId>
<version>2.4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.natpryce/krouton/
implementation 'com.natpryce:krouton:2.4.0.0'
// https://jarcasting.com/artifacts/com.natpryce/krouton/
implementation ("com.natpryce:krouton:2.4.0.0")
'com.natpryce:krouton:jar:2.4.0.0'
<dependency org="com.natpryce" name="krouton" rev="2.4.0.0">
<artifact name="krouton" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.natpryce', module='krouton', version='2.4.0.0')
)
libraryDependencies += "com.natpryce" % "krouton" % "2.4.0.0"
[com.natpryce/krouton "2.4.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.10 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.10 |
| org.http4k : http4k-core | jar | 3.277.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-test | jar | 1.4.10 |
| com.natpryce : hamkrest | jar | 1.4.2.0 |
| org.http4k : http4k-testing-hamkrest | jar | 3.277.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |
| dev.minutest : minutest | jar | 1.7.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |
| org.junit.platform : junit-platform-launcher | jar | 1.4.2 |