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