License |
License |
---|---|
GroupId | GroupIdorg.bridje |
ArtifactId | ArtifactIdbridje-http |
Version | Version0.6.4 |
Type | Typejar |
Description |
DescriptionBridje HTTP
Bridje HTTP Server and Client
|
Project Organization |
Project OrganizationBridje Framework |
Filename | Size |
---|---|
bridje-http-0.6.4.pom | |
bridje-http-0.6.4.jar | 2 MB |
bridje-http-0.6.4-sources.jar | 35 KB |
bridje-http-0.6.4-javadoc.jar | 98 KB |
bridje-http-0.6.4-config.xsd | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bridje/bridje-http/ -->
<dependency>
<groupId>org.bridje</groupId>
<artifactId>bridje-http</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bridje/bridje-http/
implementation 'org.bridje:bridje-http:0.6.4'
// https://jarcasting.com/artifacts/org.bridje/bridje-http/
implementation ("org.bridje:bridje-http:0.6.4")
'org.bridje:bridje-http:jar:0.6.4'
<dependency org="org.bridje" name="bridje-http" rev="0.6.4">
<artifact name="bridje-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bridje', module='bridje-http', version='0.6.4')
)
libraryDependencies += "org.bridje" % "bridje-http" % "0.6.4"
[org.bridje/bridje-http "0.6.4"]
Group / Artifact | Type | Version |
---|---|---|
org.bridje : bridje-ioc | jar | 0.6.4 |
org.bridje : bridje-vfs | jar | 0.6.4 |
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-codec-http | jar | 4.1.33.Final |
io.netty : netty-handler | jar | 4.1.33.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |