🚀
plugin-base
Footstone for plugin develop.
Import dependency
<dependency>
<groupId>io.github.pleuvoir</groupId>
<artifactId>plugin-base</artifactId>
<version>${latest.version}</version>
</dependency>
License |
License |
---|---|
GroupId | GroupIdio.github.pleuvoir |
ArtifactId | ArtifactIdplugin-base |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionplugin-base
Footstone for plugin develop.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
plugin-base-1.0.1.pom | |
plugin-base-1.0.1.jar | 9 KB |
plugin-base-1.0.1-sources.jar | 7 KB |
plugin-base-1.0.1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pleuvoir/plugin-base/ -->
<dependency>
<groupId>io.github.pleuvoir</groupId>
<artifactId>plugin-base</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pleuvoir/plugin-base/
implementation 'io.github.pleuvoir:plugin-base:1.0.1'
// https://jarcasting.com/artifacts/io.github.pleuvoir/plugin-base/
implementation ("io.github.pleuvoir:plugin-base:1.0.1")
'io.github.pleuvoir:plugin-base:jar:1.0.1'
<dependency org="io.github.pleuvoir" name="plugin-base" rev="1.0.1">
<artifact name="plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pleuvoir', module='plugin-base', version='1.0.1')
)
libraryDependencies += "io.github.pleuvoir" % "plugin-base" % "1.0.1"
[io.github.pleuvoir/plugin-base "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context-support Optional | jar | 5.0.8.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.7 |
com.alibaba : fastjson | jar | 1.2.49 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
commons-io : commons-io | jar | 2.6 |
org.projectlombok : lombok | jar | 1.16.22 |
Footstone for plugin develop.
<dependency>
<groupId>io.github.pleuvoir</groupId>
<artifactId>plugin-base</artifactId>
<version>${latest.version}</version>
</dependency>