| License |
License |
|---|---|
| GroupId | GroupIdio.personium |
| ArtifactId | ArtifactIdpersonium-plugin-base |
| Last Version | Last Version1.0.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpersonium-plugin-base
A base module which serves basic functions to Personium plugin modules.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| personium-plugin-base-1.0.9.pom | |
| personium-plugin-base-1.0.9.jar | 41 KB |
| personium-plugin-base-1.0.9-sources.jar | 26 KB |
| personium-plugin-base-1.0.9-javadoc.jar | 241 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.personium/personium-plugin-base/ -->
<dependency>
<groupId>io.personium</groupId>
<artifactId>personium-plugin-base</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.personium/personium-plugin-base/
implementation 'io.personium:personium-plugin-base:1.0.9'
// https://jarcasting.com/artifacts/io.personium/personium-plugin-base/
implementation ("io.personium:personium-plugin-base:1.0.9")
'io.personium:personium-plugin-base:jar:1.0.9'
<dependency org="io.personium" name="personium-plugin-base" rev="1.0.9">
<artifact name="personium-plugin-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.personium', module='personium-plugin-base', version='1.0.9')
)
libraryDependencies += "io.personium" % "personium-plugin-base" % "1.0.9"
[io.personium/personium-plugin-base "1.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.httpcomponents : httpclient-cache | jar | 4.5.13 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| com.googlecode.json-simple : json-simple | jar | 1.1 |
| commons-lang : commons-lang | jar | 2.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-all | jar | 1.10.19 |
| org.powermock : powermock-module-junit4 | jar | 1.7.4 |
| org.powermock : powermock-api-mockito | jar | 1.7.4 |