1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
|
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<author email="bodewig@apache.org">Stefan Bodewig</author>
<title>Related Projects</title>
<!-- Last link check: 2009-03-06 -->
</properties>
<body>
<section name="Related Projects">
<p>Nothing listed here is directly supported by the Ant
developers, if you encounter any problems with them, please use
the contact information.</p>
<subsection name="AndroMDA">
<p>AndroMDA is a code generator tool that follows the Model
Driven Architecture (MDA) paradigm. It takes a UML model from
a CASE-tool and generates classes and deployable components
(J2EE or other) specific for your application
architecture.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>1.4.1 and above</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.andromda.org/">http://www.AndroMDA.org/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://sourceforge.net/mail/?group_id=73047">project mailing lists</a></td>
</tr>
<tr>
<th>License:</th>
<td>BSD license</td>
</tr>
</table>
</subsection>
<subsection name="AntContrib">
<p>The Ant-Contrib project is a collection of user supplied
task (like an <code><if></code> task) and a development
playground for experimental tasks like a C/C++ compilation
task for different compilers.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>1.4.1 and above</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://sourceforge.net/mail/?group_id=36177">project mailing list</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software Foundation License</td>
</tr>
</table>
</subsection>
<subsection name="Antelope">
<p>A GUI for running Ant and editing build files, can run as
stand-alone or as a plugin to jEdit. In addition to running
targets, Antelope can generate performance statistics and can
trace/display a target's execution path without actually
executing the target.</p>
<p>Includes several additional tasks: Assert, If/Else,
Try/Catch/Finally, Switch, Variable, Stopwatch, Limit, Math,
Post, SSH, SCP, AntFetch, AntCallBack.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.5 and higher.</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antelope.tigris.org/">http://antelope.tigris.org/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:daleanson@users.sourceforge.net">Dale Anson</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software Foundation License</td>
</tr>
</table>
</subsection>
<!-- Note: Not sure whether AH exists. AHPro exists and the URL is redirected to AHPro -->
<subsection name="AntHill">
<p>Anthill is a build tool that promotes a controlled build
process by ensuring that every build reflects the source
repository contents and tagging the repository with a unique
build number after every build. Anthill also encourages the
sharing of knowledge within an organization by automatically
updating a project intranet site with artifacts from the
latest build.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ='mailto:mbz@urbancode.com'>Maciej Zawadzki</a></td>
</tr>
<tr>
<th>License:</th>
<td>Mozilla-like license</td>
</tr>
</table>
</subsection>
<subsection name="Antigen">
<p>Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI
and wrap it up as an executable jar file. Its main use is for creating graphical, ant-based installers.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>bundles Ant 1.6.2</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antigen.sourceforge.net/">http://antigen.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ='mailto:johndavidtaylor@users.sourceforge.net'>Jon Tayler</a></td>
</tr>
<tr>
<th>License:</th>
<td>Academic Free License</td>
</tr>
</table>
</subsection>
<subsection name="AntInstaller">
<p>Builds MSI style installers (with command line option)
using Ant as Back end. UI developed by writing an XML install
descriptor. Runtime launched from scripts or an all inclusive
Jar.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6.1 others not tested</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antinstaller.sf.net/">http://antinstaller.sf.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href='mailto:teknopaul@users.sourceforge.net'>teknopaul@users.sourceforge.net</a></td>
</tr>
<tr>
<th>License:</th>
<td>LGPL but in the process of of moving to Apache2.0 on request</td>
</tr>
</table>
</subsection>
<subsection name="Antiplate">
<p>Antiplate is an ant-script that seeds a project-structure for typical java-projects,
including an ant-buildscript with typical targets like compiling, create distributions,
execute tests etc.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6 or later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antiplate.origo.ethz.ch/">Homepage</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:antiplate@mnementh.de">antiplate@mnementh.de</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License 2.0</td>
</tr>
</table>
</subsection>
<subsection name="Antlion">
<p>The Antlion Project adds value to Ant build scripts by providing
tasks which centralizes the library dependencies, and enables
projects to define dependencies upon other projects.</p>
<p>External dependencies may be loaded from a custom local
repository or Maven-like remote repositories. Antlion handles
the generation of properties, filesets, and paths.</p>
<p>Inter-project dependencies allow for building the other
project's files if they aren't already built.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antlion.sourceforge.net/">http://antlion.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ='https://sourceforge.net/mail/?group_id=93410'>Project mailing list</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License, Version 2.0</td>
</tr>
</table>
</subsection>
<subsection name="Ant Script Library">
<p>The Ant Script Library (ASL) is a collection of re-usable
Ant scripts that can be imported into your own projects. The ASL
provides a number of pre-defined targets that simplify setting up build
scripts for a new project, bringing re-use and consistency to your own
Ant scripts.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.7 or later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.exubero.com/asl/">http://www.exubero.com/asl/</a>
</td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ='mailto:joe@exubero.com'>Joe Schmetzer</a></td>
</tr>
<tr>
<th>License:</th>
<td>The Apache Software License 2.0</td>
</tr>
</table>
</subsection>
<subsection name="AntShellExt (Ant Shell Extension)">
<p>The domain is sold and we did not found it any more.</p>
</subsection>
<subsection name="Antworks">
<p>The antworks project is a set of tools and standardized targets that
greatly simplifies using ant in your project.</p>
<p>
The driver behind antworks is Importer. Importer is an extension to the
ant import task that will download and
cache an ant build.xml file and it's associated resources called
antlets. Antlets are available for Java compiling
and packaging, JUnit, Forrest, J2EE and
<a href="http://antworks.sourceforge.net/antlets/">more</a>.
</p>
<p>
See the <a href="http://antworks.sourceforge.net/start.html ">Getting Started</a>
guide for more information.
</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>1.6 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antworks.sourceforge.net/">http://antworks.sourceforge.net/index.html</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ="http://lists.sourceforge.net/lists/listinfo/antworks-developers">Antworks Developers mailing lists</a></td>
</tr>
<tr>
<th>License:</th>
<td>The Apache License 2.0</td>
</tr>
</table>
</subsection>
<subsection name="BuildMonkey">
<p>BuildMonkey is a Web-based automated build dashboard, with upload
capability and google web search. It schedules the running of Ant
build scripts - checking sources out of CM - and makes the results
available centrally.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.5.4 or later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.buildmonkey.com/">http://www.buildmonkey.com/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:jb@buildmonkey.com">jb@buildmonkey.com</a></td>
</tr>
<tr>
<th>License:</th>
<td>Freeware, commercial/support licences available</td>
</tr>
</table>
</subsection>
<subsection name="CruiseControl">
<p>CruiseControl is a tool for setting up a continuous build
process. CruiseControl provides an Ant wrapper and a set of
tasks to automate the checkout/build/test cycle. CruiseControl
also comes bundled with a servlet for viewing the status of
the current build, as well as previous build results.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.2 and higher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
</tr>
<tr>
<th>License:</th>
<td>Release 1.0 has been licensed under the GNU General Public
License. Starting with release 1.1 the license has been
changed to a BSD-like license.</td>
</tr>
</table>
</subsection>
<subsection name="Flaka">
<p>The goal of Flaka is to simplify writing build scripts using
<ul>
<li><strong>Regular control structures</strong> (<code>when</code>, <code>for</code>, <code>switch</code>, ..)</li>
<li><strong>Exception handling</strong></li>
<li>An <em>Expression Language</em> which in turn provdes:
<ul>
<li><strong>access to underlying data objects</strong></li>
<li><strong>untyped variables in addition to Ant properties</strong></li>
<li><strong>powerfull expressions like <code> cond ? then : else</code></strong></li>
</ul>
</li>
</ul>
Checkout the <a href="http://workbench.haefelinger.it/flaka/download/manual/latest">manual's overview chapter</a> about the feature Flaka provides. Have especially a look at the section describing the expression language.
</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.7 and higher </td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://workbench.haefelinger.it/flaka/">http://workbench.haefelinger.it/flaka/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ="mailto:wh@haefelinger.it">Contact Project Lead</a></td>
</tr>
<tr>
<th>License:</th>
<td><a href ="http://www.apache.org/licenses/LICENSE-2.0">Apache License v.20</a></td>
</tr>
</table>
</subsection>
<subsection name="Invicta">
<p>Invicta is a build management tool. Using simple project definition files,
it generates powerful build scripts (such as ANT) while hiding their
complexity. Invicta is a modular framework that allows developing additional
components and output types.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.5 and higher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://invicta.sf.net/">http://invicta.sf.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ="http://invicta.sf.net/contact.html">Project Mailing Lists and Administrators</a></td>
</tr>
<tr>
<th>License:</th>
<td>LGPL.</td>
</tr>
</table>
</subsection>
<subsection name="JAM - JavaGen Ant Modules">
<p>JAM is a modular Ant toolkit for developing and testing Java/J2EE
applications. JAM supports EJB and Servlet/JSP development using XDoclet,
JUnit, Cactus, Maven, Castor and MDA/UML code generation on various J2EE
servers including JBoss.</p>
<p>From JAMs website: <b>NOTICE: As of June 2006 JAM is no longer supported.
We recommend Maven 2 Tasks for Ant as a replacement.</b></p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.javagen.com/jam/">http://www.javagen.com/jam/</a></td>
</tr>
<tr>
<th>License:</th>
<td>GPL</td>
</tr>
</table>
</subsection>
<subsection name="Krysalis Centipede">
<p>The Centipede admin told us, that that project
"is no more" and that "Antworks has taken it place."
</p>
</subsection>
<subsection name="Leafcutter">
<p>Leafcutter is an API which allows you to execute Ant tasks from Java code. <br/>
Leafcutter is useful as: <ul>
<li>A way of integrating Ant tasks into existing Java programs. </li>
<li>A wholesale alternative to standard Ant for process automation. </li>
</ul>
</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td><i>unknown</i></td>
</tr>
<tr>
<th>URL:</th>
<td><a href="https://leafcutter.dev.java.net/">https://leafcutter.dev.java.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="https://leafcutter.dev.java.net/servlets/ProjectForumView">Discussion Forum</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache Software Foundation License</td>
</tr>
</table>
</subsection>
<subsection name="luntbuild">
<p>Luntbuild is an open source build automation and management
tool based on Apache Ant. Builds are setup through concepts of
projects, views, schedules, modules, etc. All configurations
and monitoring tasks is performed from a clean web
interface. It supports schedules builds, force builds,
rebuilds, clean build, increment build, etc.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.x</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://luntbuild.javaforge.com/">http://luntbuild.javaforge.com/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ='http://sourceforge.net/projects/luntbuild/'>luntbuild project page</a></td>
</tr>
<tr>
<th>License:</th>
<td>Opensource</td>
</tr>
</table>
</subsection>
<subsection name="NAnt">
<p>NAnt is a .NET based build tool. In theory it is kind of
like make without make's wrinkles. In practice it's a lot like
Ant.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>compatible in spirit.</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License</td>
</tr>
</table>
</subsection>
<subsection name="Parabuild">
<p>Parabuild is an automated multiplatform build management server.
Parabuild helps software teams and organizations of all sizes reduce
risks of project failures and increase productivity by providing provides
automatic continuous integration builds and stable scheduled builds.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.3 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.viewtier.com/products/parabuild.htm">http://www.viewtier.com/products/parabuild.htm</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://www.viewtier.com/about_us.htm">http://www.viewtier.com/about_us.htm</a></td>
</tr>
<tr>
<th>License:</th>
<td>Commercial</td>
</tr>
</table>
</subsection>
<subsection name="Rant">
<p>Rant stands for Remote Ant. It is a distributed build
system that allows an Ant build file to launch builds on other
systems and receive exceptions should they occur.</p>
<p>Note: <i>As the Sourceforge <a href="http://sourceforge.net/projects/remoteant/">project site</a>
shows, the last update was on <b>Feb 09 2002</b>.</i> (jhm)</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.4</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://remoteant.sourceforge.net/">http://remoteant.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:cnelson@einnovation.com">Chris Nelson</a></td>
</tr>
<tr>
<th>License:</th>
<td>MIT License</td>
</tr>
</table>
</subsection>
<subsection name="Savant">
<!-- Original site at inversoft.com doesnt show Savant. Researches to dev.java.net which
forward to code.google.com -->
<p>Savant is a build and dependency management tool written in Java. Savant can be used in
two different ways:<ul>
<li>As a stand-alone build tool that wraps Apache Ant and provides a number of cool new
features such as plugins that are versioned and downloadable</li>
<li>As a set of tasks which can be used within Apache Ant build files</li>
</ul></p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Unknown. There is a distro, which ships Ant 1.7.1</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="hhttp://code.google.com/p/savant-build/">http://code.google.com/p/savant-build/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://code.google.com/p/savant-build/issues/list">Bugtracking system</a></td>
</tr>
<tr>
<th>License:</th>
<td>ASF 2.0</td>
</tr>
</table>
</subsection>
<subsection name="WebTest">
<p>WebTest is a free open source tool for automated testing of web applications.
It is a set of powerful Ant tasks allowing to call web pages, mimic user actions
(clicking links, filling forms, ...) and verify the results.
The generated reports give comprehensive information on success and failure of the test steps.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6.5</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://webtest.canoo.com/">http://webtest.canoo.com/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://lists.canoo.com/mailman/listinfo/webtest/">project mailing list</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache like license</td>
</tr>
</table>
</subsection>
<subsection name="XML Publication">
<p>XML Publication is a set of tools to generate Web pages
from desktop documents or other structured documents using
XSLT and Ant.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.4</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://wwbota.free.fr/XMLPublication/">http://wwbota.free.fr/XMLPublication/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License.</td>
</tr>
</table>
</subsection>
<subsection name="yEd">
<p>yEd is a freeware multi-purpose graph and diagram editor
that runs on the Java 2 platform. It provides an import filter
for Ant build scripts that makes it possible to conveniently
display and browse the dependencies between the different targets
of the build file. This is especially useful for debugging and
understanding large build files.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.x</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.yworks.com/products/yed/">http://www.yworks.com/products/yed/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href ='http://www.yworks.com/en/company_contact.htm'>yWorks Support</a></td>
</tr>
<tr>
<th>License:</th>
<td>Freeware</td>
</tr>
</table>
</subsection>
</section>
</body>
</document>
|