| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.eclipse.krazo | 
| ArtifactId | ArtifactIdkrazo-parent | 
| Last Version | Last Version2.0.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionEclipse Krazo Parent Eclipse Krazo Parent | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| krazo-parent-2.0.1.pom | 12 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.krazo/krazo-parent/ -->
<dependency>
    <groupId>org.eclipse.krazo</groupId>
    <artifactId>krazo-parent</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.krazo/krazo-parent/
implementation 'org.eclipse.krazo:krazo-parent:2.0.1'// https://jarcasting.com/artifacts/org.eclipse.krazo/krazo-parent/
implementation ("org.eclipse.krazo:krazo-parent:2.0.1")'org.eclipse.krazo:krazo-parent:pom:2.0.1'<dependency org="org.eclipse.krazo" name="krazo-parent" rev="2.0.1">
  <artifact name="krazo-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.eclipse.krazo', module='krazo-parent', version='2.0.1')
)libraryDependencies += "org.eclipse.krazo" % "krazo-parent" % "2.0.1"[org.eclipse.krazo/krazo-parent "2.0.1"]