CubeEngine Plugin Generator

Generates necessary plugin glue code for CubeEngine modules.

GroupId

GroupId

org.cubeengine
ArtifactId

ArtifactId

plugin-gen
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

CubeEngine Plugin Generator
Generates necessary plugin glue code for CubeEngine modules.

Download plugin-gen

How to add to project

<!-- https://jarcasting.com/artifacts/org.cubeengine/plugin-gen/ -->
<dependency>
    <groupId>org.cubeengine</groupId>
    <artifactId>plugin-gen</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.cubeengine/plugin-gen/
implementation 'org.cubeengine:plugin-gen:1.0.6'
// https://jarcasting.com/artifacts/org.cubeengine/plugin-gen/
implementation ("org.cubeengine:plugin-gen:1.0.6")
'org.cubeengine:plugin-gen:jar:1.0.6'
<dependency org="org.cubeengine" name="plugin-gen" rev="1.0.6">
  <artifact name="plugin-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cubeengine', module='plugin-gen', version='1.0.6')
)
libraryDependencies += "org.cubeengine" % "plugin-gen" % "1.0.6"
[org.cubeengine/plugin-gen "1.0.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.6
1.0.5
1.0.2