| GroupId | GroupIdcom.github.aenniw |
|---|---|
| ArtifactId | ArtifactIdjrobot-parent |
| Version | Version3.4.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jrobot-parent-3.4.2.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aenniw/jrobot-parent/ -->
<dependency>
<groupId>com.github.aenniw</groupId>
<artifactId>jrobot-parent</artifactId>
<version>3.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aenniw/jrobot-parent/
implementation 'com.github.aenniw:jrobot-parent:3.4.2'
// https://jarcasting.com/artifacts/com.github.aenniw/jrobot-parent/
implementation ("com.github.aenniw:jrobot-parent:3.4.2")
'com.github.aenniw:jrobot-parent:pom:3.4.2'
<dependency org="com.github.aenniw" name="jrobot-parent" rev="3.4.2">
<artifact name="jrobot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aenniw', module='jrobot-parent', version='3.4.2')
)
libraryDependencies += "com.github.aenniw" % "jrobot-parent" % "3.4.2"
[com.github.aenniw/jrobot-parent "3.4.2"]