License |
License |
---|---|
GroupId | GroupIdorg.catools |
ArtifactId | ArtifactIdweb |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCore Automation Toolset - Web
The Web tools to be used in CATs projects
|
Filename | Size |
---|---|
web-1.0.1.pom | |
web-1.0.1.jar | 114 KB |
web-1.0.1-sources.jar | 36 KB |
web-1.0.1-javadoc.jar | 740 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.catools/web/ -->
<dependency>
<groupId>org.catools</groupId>
<artifactId>web</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.catools/web/
implementation 'org.catools:web:1.0.1'
// https://jarcasting.com/artifacts/org.catools/web/
implementation ("org.catools:web:1.0.1")
'org.catools:web:jar:1.0.1'
<dependency org="org.catools" name="web" rev="1.0.1">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.catools', module='web', version='1.0.1')
)
libraryDependencies += "org.catools" % "web" % "1.0.1"
[org.catools/web "1.0.1"]