is not current version
Last Version 3.0.0

net.sf.uctool:uctool 1.0

Provides XSD to support writing effective use cases in XML in the way described by Alistair Cockburn. Generates a neat HTML documentation from the XML use cases.

Categories

Categories

Net
GroupId

GroupId

net.sf.uctool
ArtifactId

ArtifactId

uctool
Version

Version

1.0
Type

Type

jar

Download uctool 1.0


<!-- https://jarcasting.com/artifacts/net.sf.uctool/uctool/ -->
<dependency>
    <groupId>net.sf.uctool</groupId>
    <artifactId>uctool</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.uctool/uctool/
implementation 'net.sf.uctool:uctool:1.0'
// https://jarcasting.com/artifacts/net.sf.uctool/uctool/
implementation ("net.sf.uctool:uctool:1.0")
'net.sf.uctool:uctool:jar:1.0'
<dependency org="net.sf.uctool" name="uctool" rev="1.0">
  <artifact name="uctool" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.uctool', module='uctool', version='1.0')
)
libraryDependencies += "net.sf.uctool" % "uctool" % "1.0"
[net.sf.uctool/uctool "1.0"]