Categories |
CategoriesJakarta Server Pages Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.jspringbot |
ArtifactId | ArtifactIdjspringbot-http |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
jspringbot-http-1.4.pom | |
jspringbot-http-1.4.jar | 39 KB |
jspringbot-http-1.4-sources.jar | 35 KB |
jspringbot-http-1.4-javadoc.jar | 98 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jspringbot/jspringbot-http/ -->
<dependency>
<groupId>org.jspringbot</groupId>
<artifactId>jspringbot-http</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jspringbot/jspringbot-http/
implementation 'org.jspringbot:jspringbot-http:1.4'
// https://jarcasting.com/artifacts/org.jspringbot/jspringbot-http/
implementation ("org.jspringbot:jspringbot-http:1.4")
'org.jspringbot:jspringbot-http:jar:1.4'
<dependency org="org.jspringbot" name="jspringbot-http" rev="1.4">
<artifact name="jspringbot-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jspringbot', module='jspringbot-http', version='1.4')
)
libraryDependencies += "org.jspringbot" % "jspringbot-http" % "1.4"
[org.jspringbot/jspringbot-http "1.4"]