| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.sf.jped.plugins | 
    
| ArtifactId | ArtifactIdjped-xpdl-view | 
    
| Last Version | Last Version2.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionXpdl View plugin 
            Plugin that adds a "xpdl" tab to each Node editor. This tab contains a fragment of the whole xpdl that represent that node 
         | 
    
| Project Organization | 
                    Project OrganizationJPEd | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jped-xpdl-view-2.0.pom | |
| jped-xpdl-view-2.0.jar | 16 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.jped.plugins/jped-xpdl-view/ -->
<dependency>
    <groupId>net.sf.jped.plugins</groupId>
    <artifactId>jped-xpdl-view</artifactId>
    <version>2.0</version>
</dependency>
                // https://jarcasting.com/artifacts/net.sf.jped.plugins/jped-xpdl-view/
implementation 'net.sf.jped.plugins:jped-xpdl-view:2.0'
                // https://jarcasting.com/artifacts/net.sf.jped.plugins/jped-xpdl-view/
implementation ("net.sf.jped.plugins:jped-xpdl-view:2.0")
                'net.sf.jped.plugins:jped-xpdl-view:jar:2.0'
                <dependency org="net.sf.jped.plugins" name="jped-xpdl-view" rev="2.0">
  <artifact name="jped-xpdl-view" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.sf.jped.plugins', module='jped-xpdl-view', version='2.0')
)
                libraryDependencies += "net.sf.jped.plugins" % "jped-xpdl-view" % "2.0"
                [net.sf.jped.plugins/jped-xpdl-view "2.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| net.sf.jped : jped | jar | 2.0 |