Java Plugins

Library for adding plugin support to your java application

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.gitlab.marvinh
ArtifactId

ArtifactId

java-plugins
Last Version

Last Version

2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java Plugins
Library for adding plugin support to your java application
Project URL

Project URL

https://gitlab.com/marvinh/plugin-system-for-java
Source Code Management

Source Code Management

https://gitlab.com/marvinh/plugin-system-for-java

Download java-plugins

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
commons-io : commons-io jar 2.6
com.github.javaparser : javaparser-core jar 3.16.1

test (2)

Group / Artifact Type Version
com.gitlab.marvinh : collector-plugins-api jar 1.0
org.junit.jupiter : junit-jupiter jar 5.5.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0
1.7
1.5
1.4
1.3
1.2
1.1
1.0