| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools | 
| GroupId | GroupIdcom.semanticcms | 
| ArtifactId | ArtifactIdsemanticcms-dia | 
| Last Version | Last Version1.9.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionSemanticCMS Dia Aggregator POM for Java API for embedding Dia-based diagrams in web pages. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| semanticcms-dia-1.9.3.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.semanticcms/semanticcms-dia/ -->
<dependency>
    <groupId>com.semanticcms</groupId>
    <artifactId>semanticcms-dia</artifactId>
    <version>1.9.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.semanticcms/semanticcms-dia/
implementation 'com.semanticcms:semanticcms-dia:1.9.3'// https://jarcasting.com/artifacts/com.semanticcms/semanticcms-dia/
implementation ("com.semanticcms:semanticcms-dia:1.9.3")'com.semanticcms:semanticcms-dia:pom:1.9.3'<dependency org="com.semanticcms" name="semanticcms-dia" rev="1.9.3">
  <artifact name="semanticcms-dia" type="pom" />
</dependency>@Grapes(
@Grab(group='com.semanticcms', module='semanticcms-dia', version='1.9.3')
)libraryDependencies += "com.semanticcms" % "semanticcms-dia" % "1.9.3"[com.semanticcms/semanticcms-dia "1.9.3"]