From 170505efe4ea66e54f8aeada7a33b46982857b16 Mon Sep 17 00:00:00 2001 From: romanman Date: Wed, 10 Sep 2014 08:34:45 +0300 Subject: [PATCH] Create README.md --- ethereumj-core/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ethereumj-core/README.md diff --git a/ethereumj-core/README.md b/ethereumj-core/README.md new file mode 100644 index 00000000..9977d75f --- /dev/null +++ b/ethereumj-core/README.md @@ -0,0 +1,13 @@ + +The core library API for Ethereum project can be included +into into any othere Java/Scala project by simple maven +script include: + +``` + +org.ethereum +ethereumj +0.5.7 +jar + +```