GroupId | GroupIdlove.forte.simple-robot |
---|---|
ArtifactId | ArtifactIdcomponent-parent |
Version | Version2.0.0-ALPHA.1 |
Type | Typepom |
Filename | Size |
---|---|
component-parent-2.0.0-ALPHA.1.pom | 849 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.0.0-ALPHA.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-parent/
implementation 'love.forte.simple-robot:component-parent:2.0.0-ALPHA.1'
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-parent/
implementation ("love.forte.simple-robot:component-parent:2.0.0-ALPHA.1")
'love.forte.simple-robot:component-parent:pom:2.0.0-ALPHA.1'
<dependency org="love.forte.simple-robot" name="component-parent" rev="2.0.0-ALPHA.1">
<artifact name="component-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='component-parent', version='2.0.0-ALPHA.1')
)
libraryDependencies += "love.forte.simple-robot" % "component-parent" % "2.0.0-ALPHA.1"
[love.forte.simple-robot/component-parent "2.0.0-ALPHA.1"]