is not current version
Last Version 5.3.0

com.thorstenmarx.webtools:plugin-example 5.1.0

Example Plugin

GroupId

GroupId

com.thorstenmarx.webtools
ArtifactId

ArtifactId

plugin-example
Version

Version

5.1.0
Type

Type

jar

Download plugin-example 5.1.0


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