is not current version
Last Version 1.1.8

net.javapla.jawn:jawn-core 0.8.9-b01

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.9-b01
Type

Type

jar

Download jawn-core 0.8.9-b01


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