You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2019. It is now read-only.
We need upload neo-devpack-java jar artifact to maven central repository. Tutorial page how to achieve it is here.
After that we can write smart contracts with just maven pom dependency and not add it manualy to classpath like we do right now. It is easier and standard way for Java developers.
Hello,
We need upload neo-devpack-java jar artifact to maven central repository. Tutorial page how to achieve it is here.
After that we can write smart contracts with just maven pom dependency and not add it manualy to classpath like we do right now. It is easier and standard way for Java developers.
Example of one smart contract pom.xml
I can do it if you agree with it. And after that i will start contribute examples to neo-project/examples-java project.