| License |
License |
|---|---|
| GroupId | GroupIdorg.sitoolkit.wt |
| ArtifactId | ArtifactIdsit-wt-all |
| Version | Version2.3 |
| Type | Typepom |
| Description |
Descriptionsit-wt-all
SIToolkit for Web Testing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sit-wt-all-2.3.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sitoolkit.wt/sit-wt-all/ -->
<dependency>
<groupId>org.sitoolkit.wt</groupId>
<artifactId>sit-wt-all</artifactId>
<version>2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sitoolkit.wt/sit-wt-all/
implementation 'org.sitoolkit.wt:sit-wt-all:2.3'
// https://jarcasting.com/artifacts/org.sitoolkit.wt/sit-wt-all/
implementation ("org.sitoolkit.wt:sit-wt-all:2.3")
'org.sitoolkit.wt:sit-wt-all:pom:2.3'
<dependency org="org.sitoolkit.wt" name="sit-wt-all" rev="2.3">
<artifact name="sit-wt-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sitoolkit.wt', module='sit-wt-all', version='2.3')
)
libraryDependencies += "org.sitoolkit.wt" % "sit-wt-all" % "2.3"
[org.sitoolkit.wt/sit-wt-all "2.3"]