| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.hasor |
| ArtifactId | ArtifactIdhasor-web |
| Version | Version4.1.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hasor-web-4.1.12.pom | |
| hasor-web-4.1.12.jar | 191 KB |
| hasor-web-4.1.12-sources.jar | 173 KB |
| hasor-web-4.1.12-javadoc.jar | 704 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.hasor/hasor-web/ -->
<dependency>
<groupId>net.hasor</groupId>
<artifactId>hasor-web</artifactId>
<version>4.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/net.hasor/hasor-web/
implementation 'net.hasor:hasor-web:4.1.12'
// https://jarcasting.com/artifacts/net.hasor/hasor-web/
implementation ("net.hasor:hasor-web:4.1.12")
'net.hasor:hasor-web:jar:4.1.12'
<dependency org="net.hasor" name="hasor-web" rev="4.1.12">
<artifact name="hasor-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hasor', module='hasor-web', version='4.1.12')
)
libraryDependencies += "net.hasor" % "hasor-web" % "4.1.12"
[net.hasor/hasor-web "4.1.12"]