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