GroupId | GroupIdlove.forte.simple-robot |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version2.2.0-DEV.2 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.2.0-DEV.2.pom | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/parent/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>parent</artifactId>
<version>2.2.0-DEV.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/parent/
implementation 'love.forte.simple-robot:parent:2.2.0-DEV.2'
// https://jarcasting.com/artifacts/love.forte.simple-robot/parent/
implementation ("love.forte.simple-robot:parent:2.2.0-DEV.2")
'love.forte.simple-robot:parent:pom:2.2.0-DEV.2'
<dependency org="love.forte.simple-robot" name="parent" rev="2.2.0-DEV.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='parent', version='2.2.0-DEV.2')
)
libraryDependencies += "love.forte.simple-robot" % "parent" % "2.2.0-DEV.2"
[love.forte.simple-robot/parent "2.2.0-DEV.2"]