| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.exp-blog | 
    
| ArtifactId | ArtifactIdschemaeditor | 
    
| Last Version | Last Version1.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionschemaeditor 
            Swing drawing component 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| schemaeditor-1.0.0.pom | |
| schemaeditor-1.0.0.jar | 102 KB | 
| schemaeditor-1.0.0-sources.jar | 101 KB | 
| schemaeditor-1.0.0-javadoc.jar | 24 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.exp-blog/schemaeditor/ -->
<dependency>
    <groupId>com.exp-blog</groupId>
    <artifactId>schemaeditor</artifactId>
    <version>1.0.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.exp-blog/schemaeditor/
implementation 'com.exp-blog:schemaeditor:1.0.0'
                // https://jarcasting.com/artifacts/com.exp-blog/schemaeditor/
implementation ("com.exp-blog:schemaeditor:1.0.0")
                'com.exp-blog:schemaeditor:jar:1.0.0'
                <dependency org="com.exp-blog" name="schemaeditor" rev="1.0.0">
  <artifact name="schemaeditor" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.exp-blog', module='schemaeditor', version='1.0.0')
)
                libraryDependencies += "com.exp-blog" % "schemaeditor" % "1.0.0"
                [com.exp-blog/schemaeditor "1.0.0"]