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