Skip to content

A library for converting blockly xml format to java objects

License

Notifications You must be signed in to change notification settings

praveenb/Blockly2Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockly2Java Build Status Coverage Status Maven Central

A library for converting blockly xml format to java objects

You can use this library by adding it as a dependency to your pom.xml

<dependencies>
    <dependency>
        <groupId>me.vilsol</groupId>
        <artifactId>blockly2java</artifactId>
        <version>2.0</version>
        <scope>compile</scope>
    </dependency>
</dependencies>

About

A library for converting blockly xml format to java objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%