Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.wicp.tams |
ArtifactId | ArtifactIdcommon-web |
Version | Version3.5.9 |
Type | Typejar |
Filename | Size |
---|---|
common-web-3.5.9.pom | |
common-web-3.5.9.jar | 10 KB |
common-web-3.5.9-sources.jar | 8 KB |
common-web-3.5.9-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wicp.tams/common-web/ -->
<dependency>
<groupId>net.wicp.tams</groupId>
<artifactId>common-web</artifactId>
<version>3.5.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.wicp.tams/common-web/
implementation 'net.wicp.tams:common-web:3.5.9'
// https://jarcasting.com/artifacts/net.wicp.tams/common-web/
implementation ("net.wicp.tams:common-web:3.5.9")
'net.wicp.tams:common-web:jar:3.5.9'
<dependency org="net.wicp.tams" name="common-web" rev="3.5.9">
<artifact name="common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wicp.tams', module='common-web', version='3.5.9')
)
libraryDependencies += "net.wicp.tams" % "common-web" % "3.5.9"
[net.wicp.tams/common-web "3.5.9"]