is not current version
Last Version 4.9.2

de.deepamehta:deepamehta-plugin 4.8.5

Parent POM for all DeepaMehta plugins. It derives the hot deployment feature from deepamehta-module. The only feature provided here is: declaring the deepamehta-core dependency. Thus plugin developers are not required to do this.

GroupId

GroupId

de.deepamehta
ArtifactId

ArtifactId

deepamehta-plugin
Version

Version

4.8.5
Type

Type

pom

Download deepamehta-plugin 4.8.5


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