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