GroupId | GroupIdorg.selunit |
---|---|
ArtifactId | ArtifactIdselunit-core |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
selunit-core-0.7.1.pom | |
selunit-core-0.7.1.jar | 66 KB |
selunit-core-0.7.1-sources.jar | 54 KB |
selunit-core-0.7.1-javadoc.jar | 359 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.selunit/selunit-core/ -->
<dependency>
<groupId>org.selunit</groupId>
<artifactId>selunit-core</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.selunit/selunit-core/
implementation 'org.selunit:selunit-core:0.7.1'
// https://jarcasting.com/artifacts/org.selunit/selunit-core/
implementation ("org.selunit:selunit-core:0.7.1")
'org.selunit:selunit-core:jar:0.7.1'
<dependency org="org.selunit" name="selunit-core" rev="0.7.1">
<artifact name="selunit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.selunit', module='selunit-core', version='0.7.1')
)
libraryDependencies += "org.selunit" % "selunit-core" % "0.7.1"
[org.selunit/selunit-core "0.7.1"]