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