Skip to content

cpythoud/java-codegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-codegen

Java-based Java code generator

Maven Repository

The artifacts for this project are available from our custom Maven repository at https://repository.beanmaker.org. To use these artifacts in your project, add the following repository configuration to your pom.xml under the distributionManagement tag:

<repositories>
    <repository>
        <id>beanmaker-releases</id>
        <name>Beanmaker Releases</name>
        <url>https://repository.beanmaker.org/releases</url>
    </repository>
    <repository>
        <id>beanmaker-snapshots</id>
        <name>Beanmaker Snapshots</name>
        <url>https://repository.beanmaker.org/snapshots</url>
    </repository>
</repositories>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages