| License |
License |
|---|---|
| GroupId | GroupIdorg.sakuli |
| ArtifactId | ArtifactIdsakuli-parent |
| Version | Version1.2.0 |
| Type | Typepom |
| Description |
DescriptionSakuli :: Parent
Parent pom for the complete sakuli project.
If you want to build a new zip-installer-file please run "mvn clean assembly:single",
to build a new release see 'core/dev_stuff/how-to-release.md'
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sakuli-parent-1.2.0.pom | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sakuli/sakuli-parent/ -->
<dependency>
<groupId>org.sakuli</groupId>
<artifactId>sakuli-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakuli/sakuli-parent/
implementation 'org.sakuli:sakuli-parent:1.2.0'
// https://jarcasting.com/artifacts/org.sakuli/sakuli-parent/
implementation ("org.sakuli:sakuli-parent:1.2.0")
'org.sakuli:sakuli-parent:pom:1.2.0'
<dependency org="org.sakuli" name="sakuli-parent" rev="1.2.0">
<artifact name="sakuli-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sakuli', module='sakuli-parent', version='1.2.0')
)
libraryDependencies += "org.sakuli" % "sakuli-parent" % "1.2.0"
[org.sakuli/sakuli-parent "1.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.checkerframework : checker-qual | jar | 2.5.0 |
| org.checkerframework : jdk8 | jar | 2.5.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 4.1.4.RELEASE |
| org.testng : testng | jar | 6.8.8 |
| org.mockito : mockito-core | jar | 2.18.0 |