License |
License |
---|---|
GroupId | GroupIdorg.catools |
ArtifactId | ArtifactIdcommon |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCore Automation Common
The common objects which use in all other CATools projects
|
Filename | Size |
---|---|
common-1.0.1.pom | |
common-1.0.1.jar | 482 KB |
common-1.0.1-sources.jar | 290 KB |
common-1.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.catools/common/ -->
<dependency>
<groupId>org.catools</groupId>
<artifactId>common</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.catools/common/
implementation 'org.catools:common:1.0.1'
// https://jarcasting.com/artifacts/org.catools/common/
implementation ("org.catools:common:1.0.1")
'org.catools:common:jar:1.0.1'
<dependency org="org.catools" name="common" rev="1.0.1">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.catools', module='common', version='1.0.1')
)
libraryDependencies += "org.catools" % "common" % "1.0.1"
[org.catools/common "1.0.1"]