Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.exp-blog:schemaeditor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.exp-blog:schemaeditor

Swing drawing component

  • 1.0.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

schemaeditor

swing 绘图构件


简介

因此构件的官方组织/作者已放弃维护,且在 maven 中央仓库无法下载原版,故有了此项目。

使用方式

maven 的 settings.yml 配置 sonatype 中央仓库:

<mirror>
    <id>mvnrepository</id>
    <mirrorOf>mvnrepository</mirrorOf>
    <url>http://mvnrepository.com/</url>
</mirror>

<mirror>
    <id>sonatype</id>
    <mirrorOf>sonatype</mirrorOf>
    <url>https://s01.oss.sonatype.org/</url>
</mirror>

项目的 pom.xml 配置构件坐标:

<dependency>
    <groupId>com.exp-blog</groupId>
    <artifactId>schemaeditor</artifactId>
    <version>1.0.0</version>
</dependency>

FAQs

Package last updated on 09 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc