GroupId | GroupIdcom.thorstenmarx.webtools |
---|---|
ArtifactId | ArtifactIdplugin-example |
Version | Version3.3.2 |
Type | Typejar |
Filename | Size |
---|---|
plugin-example-3.3.2.pom | |
plugin-example-3.3.2.jar | 25 KB |
plugin-example-3.3.2-sources.jar | 26 KB |
plugin-example-3.3.2-javadoc.jar | 449 KB |
plugin-example-3.3.2-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>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/plugin-example/
implementation 'com.thorstenmarx.webtools:plugin-example:3.3.2'
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/plugin-example/
implementation ("com.thorstenmarx.webtools:plugin-example:3.3.2")
'com.thorstenmarx.webtools:plugin-example:jar:3.3.2'
<dependency org="com.thorstenmarx.webtools" name="plugin-example" rev="3.3.2">
<artifact name="plugin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thorstenmarx.webtools', module='plugin-example', version='3.3.2')
)
libraryDependencies += "com.thorstenmarx.webtools" % "plugin-example" % "3.3.2"
[com.thorstenmarx.webtools/plugin-example "3.3.2"]