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