Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.smartlab.web |
ArtifactId | ArtifactIdsmartweb |
Version | Version1.2.6 |
Type | Typejar |
Filename | Size |
---|---|
smartweb-1.2.6.pom | |
smartweb-1.2.6.jar | 143 KB |
smartweb-1.2.6-sources.jar | 149 KB |
smartweb-1.2.6-javadoc.jar | 876 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.smartlab.web/smartweb/ -->
<dependency>
<groupId>net.smartlab.web</groupId>
<artifactId>smartweb</artifactId>
<version>1.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.smartlab.web/smartweb/
implementation 'net.smartlab.web:smartweb:1.2.6'
// https://jarcasting.com/artifacts/net.smartlab.web/smartweb/
implementation ("net.smartlab.web:smartweb:1.2.6")
'net.smartlab.web:smartweb:jar:1.2.6'
<dependency org="net.smartlab.web" name="smartweb" rev="1.2.6">
<artifact name="smartweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smartlab.web', module='smartweb', version='1.2.6')
)
libraryDependencies += "net.smartlab.web" % "smartweb" % "1.2.6"
[net.smartlab.web/smartweb "1.2.6"]