| License |
License |
|---|---|
| GroupId | GroupIdorg.webframe.plugins |
| ArtifactId | ArtifactIdplugin |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwebframe-plugin
Java Web Frame: wf-parent
|
| Filename | Size |
|---|---|
| plugin-1.0.1.pom | 3 KB |
| plugin-1.0.1-tests.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webframe.plugins/plugin/ -->
<dependency>
<groupId>org.webframe.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webframe.plugins/plugin/
implementation 'org.webframe.plugins:plugin:1.0.1'
// https://jarcasting.com/artifacts/org.webframe.plugins/plugin/
implementation ("org.webframe.plugins:plugin:1.0.1")
'org.webframe.plugins:plugin:jar:1.0.1'
<dependency org="org.webframe.plugins" name="plugin" rev="1.0.1">
<artifact name="plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webframe.plugins', module='plugin', version='1.0.1')
)
libraryDependencies += "org.webframe.plugins" % "plugin" % "1.0.1"
[org.webframe.plugins/plugin "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.14 |
| javax.servlet : servlet-api | jar | 2.5 |
| javax.servlet.jsp : jsp-api | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.webframe : wf-test | jar | 1.2.1 |