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