is not current version
Last Version 1.0.1

org.webframe.plugins:plugin 1.0.0


GroupId

GroupId

org.webframe.plugins
ArtifactId

ArtifactId

plugin
Version

Version

1.0.0
Type

Type

jar

Download plugin 1.0.0


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