GroupId | GroupIdlove.forte.simple-robot |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version2.0.0-BETA.4 |
Type | Typejar |
Filename | Size |
---|---|
parent-2.0.0-BETA.4.pom | 32 KB |
parent-2.0.0-BETA.4-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/parent/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>parent</artifactId>
<version>2.0.0-BETA.4</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/parent/
implementation 'love.forte.simple-robot:parent:2.0.0-BETA.4'
// https://jarcasting.com/artifacts/love.forte.simple-robot/parent/
implementation ("love.forte.simple-robot:parent:2.0.0-BETA.4")
'love.forte.simple-robot:parent:jar:2.0.0-BETA.4'
<dependency org="love.forte.simple-robot" name="parent" rev="2.0.0-BETA.4">
<artifact name="parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='parent', version='2.0.0-BETA.4')
)
libraryDependencies += "love.forte.simple-robot" % "parent" % "2.0.0-BETA.4"
[love.forte.simple-robot/parent "2.0.0-BETA.4"]