License |
License |
---|---|
GroupId | GroupIdorg.sodatest |
ArtifactId | ArtifactIdsodatest-parent |
Version | Version0.2.1 |
Type | Typepom |
Description |
DescriptionSodaTest: Spreadsheet-Driven Integration Testing
Parent project for all SodaTest artefacts, specifying common dependencies and plugins
|
Project Organization |
Project OrganizationBelmont Technology Pty Ltd |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sodatest-parent-0.2.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sodatest/sodatest-parent/ -->
<dependency>
<groupId>org.sodatest</groupId>
<artifactId>sodatest-parent</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sodatest/sodatest-parent/
implementation 'org.sodatest:sodatest-parent:0.2.1'
// https://jarcasting.com/artifacts/org.sodatest/sodatest-parent/
implementation ("org.sodatest:sodatest-parent:0.2.1")
'org.sodatest:sodatest-parent:pom:0.2.1'
<dependency org="org.sodatest" name="sodatest-parent" rev="0.2.1">
<artifact name="sodatest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sodatest', module='sodatest-parent', version='0.2.1')
)
libraryDependencies += "org.sodatest" % "sodatest-parent" % "0.2.1"
[org.sodatest/sodatest-parent "0.2.1"]