is not current version
Last Version 1.1.8

net.javapla.jawn:jawn-core 0.8.10

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.8.10
Type

Type

jar

Download jawn-core 0.8.10


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