Installation
Tips on how to install Jodd HTTP library in your app
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
<version>x.x.x</version>
</dependency>implementation 'org.jodd:jodd-http:x.x.x'implementation("org.jodd:jodd-http:x.x.x")libraryDependencies += "org.jodd" % "jodd-http" % "x.x.x"<dependency org="org.jodd" name="jodd-http" rev="x.x.x" />[org.jodd/jodd-http "x.x.x"]'org.jodd:jodd-http:jar:x.x.x'Snapshots
Last updated