GroupId | GroupIdlove.forte.simple-robotx |
---|---|
ArtifactId | ArtifactIdplugin-core |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
plugin-core-2.3.2.pom | |
plugin-core-2.3.2.jar | 110 KB |
plugin-core-2.3.2-sources.jar | 26 KB |
plugin-core-2.3.2-javadoc.jar | 378 KB |
Browse |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robotx/plugin-core/ -->
<dependency>
<groupId>love.forte.simple-robotx</groupId>
<artifactId>plugin-core</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robotx/plugin-core/
implementation 'love.forte.simple-robotx:plugin-core:2.3.2'
// https://jarcasting.com/artifacts/love.forte.simple-robotx/plugin-core/
implementation ("love.forte.simple-robotx:plugin-core:2.3.2")
'love.forte.simple-robotx:plugin-core:jar:2.3.2'
<dependency org="love.forte.simple-robotx" name="plugin-core" rev="2.3.2">
<artifact name="plugin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robotx', module='plugin-core', version='2.3.2')
)
libraryDependencies += "love.forte.simple-robotx" % "plugin-core" % "2.3.2"
[love.forte.simple-robotx/plugin-core "2.3.2"]