GroupId | GroupIdtop.ssrsdev |
---|---|
ArtifactId | ArtifactIdplugin-base |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
plugin-base-1.0.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.ssrsdev/plugin-base/ -->
<dependency>
<groupId>top.ssrsdev</groupId>
<artifactId>plugin-base</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.ssrsdev/plugin-base/
implementation 'top.ssrsdev:plugin-base:1.0.2'
// https://jarcasting.com/artifacts/top.ssrsdev/plugin-base/
implementation ("top.ssrsdev:plugin-base:1.0.2")
'top.ssrsdev:plugin-base:pom:1.0.2'
<dependency org="top.ssrsdev" name="plugin-base" rev="1.0.2">
<artifact name="plugin-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.ssrsdev', module='plugin-base', version='1.0.2')
)
libraryDependencies += "top.ssrsdev" % "plugin-base" % "1.0.2"
[top.ssrsdev/plugin-base "1.0.2"]