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