Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdtop.ssrsdev |
ArtifactId | ArtifactIdplugin-platform |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
plugin-platform-1.0.2.pom | |
plugin-platform-1.0.2.jar | 191 KB |
plugin-platform-1.0.2-sources.jar | 97 KB |
plugin-platform-1.0.2-javadoc.jar | 708 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.ssrsdev/plugin-platform/ -->
<dependency>
<groupId>top.ssrsdev</groupId>
<artifactId>plugin-platform</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.ssrsdev/plugin-platform/
implementation 'top.ssrsdev:plugin-platform:1.0.2'
// https://jarcasting.com/artifacts/top.ssrsdev/plugin-platform/
implementation ("top.ssrsdev:plugin-platform:1.0.2")
'top.ssrsdev:plugin-platform:jar:1.0.2'
<dependency org="top.ssrsdev" name="plugin-platform" rev="1.0.2">
<artifact name="plugin-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.ssrsdev', module='plugin-platform', version='1.0.2')
)
libraryDependencies += "top.ssrsdev" % "plugin-platform" % "1.0.2"
[top.ssrsdev/plugin-platform "1.0.2"]