GroupId | GroupIdcom.cedarsoft.utils.legacy |
---|---|
ArtifactId | ArtifactIdweb |
Version | Version1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
web-1.3.5.pom | |
web-1.3.5.jar | 9 KB |
web-1.3.5-sources.jar | 7 KB |
web-1.3.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.utils.legacy/web/
implementation 'com.cedarsoft.utils.legacy:web:1.3.5'
// https://jarcasting.com/artifacts/com.cedarsoft.utils.legacy/web/
implementation ("com.cedarsoft.utils.legacy:web:1.3.5")
'com.cedarsoft.utils.legacy:web:jar:1.3.5'
<dependency org="com.cedarsoft.utils.legacy" name="web" rev="1.3.5">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.utils.legacy', module='web', version='1.3.5')
)
libraryDependencies += "com.cedarsoft.utils.legacy" % "web" % "1.3.5"
[com.cedarsoft.utils.legacy/web "1.3.5"]