is not current version
Last Version 1.1.8

net.javapla.jawn:jawn-core 0.9.13

java-web-planet / jawn - A simple web framework in Java

Categories

Categories

Net
GroupId

GroupId

net.javapla.jawn
ArtifactId

ArtifactId

jawn-core
Version

Version

0.9.13
Type

Type

jar

Download jawn-core 0.9.13


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