GroupId | GroupIdlove.forte.simple-robot |
---|---|
ArtifactId | ArtifactIdcomponent-parent |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
component-parent-2.0.6.pom | 977 bytes |
component-parent-2.0.6-javadoc.jar | 245 KB |
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.6</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-parent/
implementation 'love.forte.simple-robot:component-parent:2.0.6'
// https://jarcasting.com/artifacts/love.forte.simple-robot/component-parent/
implementation ("love.forte.simple-robot:component-parent:2.0.6")
'love.forte.simple-robot:component-parent:jar:2.0.6'
<dependency org="love.forte.simple-robot" name="component-parent" rev="2.0.6">
<artifact name="component-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='component-parent', version='2.0.6')
)
libraryDependencies += "love.forte.simple-robot" % "component-parent" % "2.0.6"
[love.forte.simple-robot/component-parent "2.0.6"]