Generic interface to include in plugin

A Generic interface to include in Smart2Go to support plugin.

License

License

GroupId

GroupId

io.github.somaiasaeed
ArtifactId

ArtifactId

pf4j-generic-plugin
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Generic interface to include in plugin
A Generic interface to include in Smart2Go to support plugin.
Project URL

Project URL

https://github.com/SomaiaSaeed/create-plugin-using-PF4J
Source Code Management

Source Code Management

http://github.com//SomaiaSaeed/create-plugin-using-PF4J/tree/main/demo/api/src/main/java/org/pf4j/demo/api

Download pf4j-generic-plugin

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.6.3
org.springframework : spring-core jar 5.3.16

provided (1)

Group / Artifact Type Version
org.pf4j : pf4j-spring jar 0.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0