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