X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=doc%2Findex.html;h=4e2b55e32fcaa7db4fe4e9ebcc95d0fe3fccdc88;hb=97313296e07174f1ef178094e08edf3ae6b64636;hp=ea10bb8cf47d3aafbe5766b08ee04ded29401e60;hpb=c508bf97e017675b49df989b7f5a64cbd31d9aa3;p=javainspect.git diff --git a/doc/index.html b/doc/index.html index ea10bb8..4e2b55e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,272 +1,423 @@ - - - + + JavaInspect - Utility to visualize java software - - - - + + + + + + + + + - -
-

JavaInspect - Utility to visualize java software

-
-

Table of Contents

- -
-
-
+ +
+

4.2.3 example 3: GraphViz embedded in another project

+
+
    +
  1. Download project Sixth code snapshot. +
  2. +
  3. Inspect and run *DataGraph.java*. +
  4. +
+
-
-

4 Embedding JavaInspect in your Maven project

-
+
+

4.2.4 Embedding JavaInspect in your Maven project

+

Declare JavaInspect as dependency:

-
<dependencies>
+
<dependencies>
     ...
-    <dependency>
-        <groupId>eu.svjatoslav</groupId>
-        <artifactId>javainspect</artifactId>
-        <version>1.3</version>
-    </dependency>
+    <dependency>
+        <groupId>eu.svjatoslav</groupId>
+        <artifactId>javainspect</artifactId>
+        <version>1.6</version>
+    </dependency>
     ...
-</dependencies>
+</dependencies>
 
@@ -417,19 +587,21 @@ Add Maven repository to retrieve artifact from:

-
<repositories>
+
<repositories>
     ...
-    <repository>
-        <id>svjatoslav.eu</id>
-        <name>Svjatoslav repository</name>
-        <url>http://www2.svjatoslav.eu/maven/</url>
-    </repository>
+    <repository>
+        <id>svjatoslav.eu</id>
+        <name>Svjatoslav repository</name>
+        <url>http://www2.svjatoslav.eu/maven/</url>
+    </repository>
     ...
-</repositories>
+</repositories>
 
+
+

5 Requirements

@@ -441,56 +613,159 @@ Add Maven repository to retrieve artifact from:

On Ubuntu/Debian use:

-
-sudo apt-get install graphviz
+
+ +
sudo apt-get install graphviz
 
+
-

6 TODO

+

6 TO DO

+

+Note: Because this is side project (and I have many of them) I can +only contribute few hours per year at average. Any help is welcome. A +LOT of cool ideas could be implemented. For intstance: +

+
+
+
+