GroupId | GroupIdorg.codelibs.robot |
---|---|
ArtifactId | ArtifactIds2-robot-parent |
Version | Version0.8.1 |
Type | Typepom |
Filename | Size |
---|---|
s2-robot-parent-0.8.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codelibs.robot/s2-robot-parent/ -->
<dependency>
<groupId>org.codelibs.robot</groupId>
<artifactId>s2-robot-parent</artifactId>
<version>0.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs.robot/s2-robot-parent/
implementation 'org.codelibs.robot:s2-robot-parent:0.8.1'
// https://jarcasting.com/artifacts/org.codelibs.robot/s2-robot-parent/
implementation ("org.codelibs.robot:s2-robot-parent:0.8.1")
'org.codelibs.robot:s2-robot-parent:pom:0.8.1'
<dependency org="org.codelibs.robot" name="s2-robot-parent" rev="0.8.1">
<artifact name="s2-robot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.codelibs.robot', module='s2-robot-parent', version='0.8.1')
)
libraryDependencies += "org.codelibs.robot" % "s2-robot-parent" % "0.8.1"
[org.codelibs.robot/s2-robot-parent "0.8.1"]