GroupId | GroupIdcom.github.httl |
---|---|
ArtifactId | ArtifactIdhttl-jfinal |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
httl-jfinal-1.0.10.pom | |
httl-jfinal-1.0.10.jar | 5 KB |
httl-jfinal-1.0.10-sources.jar | 2 KB |
httl-jfinal-1.0.10-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.httl/httl-jfinal/ -->
<dependency>
<groupId>com.github.httl</groupId>
<artifactId>httl-jfinal</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.httl/httl-jfinal/
implementation 'com.github.httl:httl-jfinal:1.0.10'
// https://jarcasting.com/artifacts/com.github.httl/httl-jfinal/
implementation ("com.github.httl:httl-jfinal:1.0.10")
'com.github.httl:httl-jfinal:jar:1.0.10'
<dependency org="com.github.httl" name="httl-jfinal" rev="1.0.10">
<artifact name="httl-jfinal" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.httl', module='httl-jfinal', version='1.0.10')
)
libraryDependencies += "com.github.httl" % "httl-jfinal" % "1.0.10"
[com.github.httl/httl-jfinal "1.0.10"]