jar

org.jetbrains.intellij.plugins : structure-hub

Maven & Gradle

Aug 08, 2023
168 stars

JetBrains Plugins Structure Hub · Library for parsing JetBrains Hub widgets. Can be used to verify that widget complies with JetBrains Marketplace requirements.

Table Of Contents

Latest Version

Download org.jetbrains.intellij.plugins : structure-hub JAR file - Latest Versions:

All Versions

Download org.jetbrains.intellij.plugins : structure-hub JAR file - All Versions:

Version Vulnerabilities Size Updated
3.260
3.259
3.258
3.257
3.256
3.253
3.252
3.251
3.250
3.249
3.248
3.247
3.246
3.245
3.243
3.242
3.241
3.239
3.238
3.237
3.236
3.235
3.234
3.233
3.232
3.231
3.230
3.229
3.228
3.227
3.226
3.225
3.224
3.223
3.219
3.218
3.217
3.216
3.215
3.214
3.213
3.212
3.211
3.210
3.209
3.208
3.207
3.206
3.205
3.204
3.203
3.202
3.201
3.200
3.199
3.198
3.197
3.196
3.195
3.194
3.193
3.192
3.191
3.190
3.185
3.184
3.183
3.182
3.177
3.176
3.175
3.172
3.171
3.170
3.169

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window structure-hub-3.260.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.jetbrains.plugin.structure.hub

├─ com.jetbrains.plugin.structure.hub.HubPlugin.class - [JAR]

├─ com.jetbrains.plugin.structure.hub.HubPluginManager.class - [JAR]

├─ com.jetbrains.plugin.structure.hub.ValidatorKt.class - [JAR]

├─ com.jetbrains.plugin.structure.hub.VendorInfo.class - [JAR]

com.jetbrains.plugin.structure.hub.problems

├─ com.jetbrains.plugin.structure.hub.problems.HubDependenciesNotSpecified.class - [JAR]

├─ com.jetbrains.plugin.structure.hub.problems.HubIconInvalidUrl.class - [JAR]

├─ com.jetbrains.plugin.structure.hub.problems.HubProductsNotSpecified.class - [JAR]

├─ com.jetbrains.plugin.structure.hub.problems.HubZipFileTooManyFilesError.class - [JAR]

├─ com.jetbrains.plugin.structure.hub.problems.PluginFileErrorsKt.class - [JAR]

com.jetbrains.plugin.structure.hub.bean

├─ com.jetbrains.plugin.structure.hub.bean.HubPluginManifest.class - [JAR]

Advertisement