GroupId | GroupIdorg.noear |
---|---|
ArtifactId | ArtifactIdsolon.boot.jlhttp |
Version | Version1.6.7 |
Type | Typejar |
Filename | Size |
---|---|
solon.boot.jlhttp-1.6.7.pom | |
solon.boot.jlhttp-1.6.7.jar | 62 KB |
solon.boot.jlhttp-1.6.7-sources.jar | 41 KB |
solon.boot.jlhttp-1.6.7-javadoc.jar | 176 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.noear/solon.boot.jlhttp/ -->
<dependency>
<groupId>org.noear</groupId>
<artifactId>solon.boot.jlhttp</artifactId>
<version>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear/solon.boot.jlhttp/
implementation 'org.noear:solon.boot.jlhttp:1.6.7'
// https://jarcasting.com/artifacts/org.noear/solon.boot.jlhttp/
implementation ("org.noear:solon.boot.jlhttp:1.6.7")
'org.noear:solon.boot.jlhttp:jar:1.6.7'
<dependency org="org.noear" name="solon.boot.jlhttp" rev="1.6.7">
<artifact name="solon.boot.jlhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear', module='solon.boot.jlhttp', version='1.6.7')
)
libraryDependencies += "org.noear" % "solon.boot.jlhttp" % "1.6.7"
[org.noear/solon.boot.jlhttp "1.6.7"]