GroupId | GroupIdcom.cedarsoft.utils.legacy |
---|---|
ArtifactId | ArtifactIdweb |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
web-1.3.6.pom | |
web-1.3.6.jar | 9 KB |
web-1.3.6-sources.jar | 7 KB |
web-1.3.6-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.utils.legacy/web/ -->
<dependency>
<groupId>com.cedarsoft.utils.legacy</groupId>
<artifactId>web</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.utils.legacy/web/
implementation 'com.cedarsoft.utils.legacy:web:1.3.6'
// https://jarcasting.com/artifacts/com.cedarsoft.utils.legacy/web/
implementation ("com.cedarsoft.utils.legacy:web:1.3.6")
'com.cedarsoft.utils.legacy:web:jar:1.3.6'
<dependency org="com.cedarsoft.utils.legacy" name="web" rev="1.3.6">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.utils.legacy', module='web', version='1.3.6')
)
libraryDependencies += "com.cedarsoft.utils.legacy" % "web" % "1.3.6"
[com.cedarsoft.utils.legacy/web "1.3.6"]