GroupId | GroupIdcom.thorstenmarx.webtools |
---|---|
ArtifactId | ArtifactIdplugin-example |
Version | Version5.2.4 |
Type | Typejar |
Filename | Size |
---|---|
plugin-example-5.2.4.pom | |
plugin-example-5.2.4.jar | 25 KB |
plugin-example-5.2.4-sources.jar | 26 KB |
plugin-example-5.2.4-javadoc.jar | 443 KB |
plugin-example-5.2.4-bin.zip | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thorstenmarx.webtools/plugin-example/ -->
<dependency>
<groupId>com.thorstenmarx.webtools</groupId>
<artifactId>plugin-example</artifactId>
<version>5.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/plugin-example/
implementation 'com.thorstenmarx.webtools:plugin-example:5.2.4'
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/plugin-example/
implementation ("com.thorstenmarx.webtools:plugin-example:5.2.4")
'com.thorstenmarx.webtools:plugin-example:jar:5.2.4'
<dependency org="com.thorstenmarx.webtools" name="plugin-example" rev="5.2.4">
<artifact name="plugin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thorstenmarx.webtools', module='plugin-example', version='5.2.4')
)
libraryDependencies += "com.thorstenmarx.webtools" % "plugin-example" % "5.2.4"
[com.thorstenmarx.webtools/plugin-example "5.2.4"]