| License |
License |
|---|---|
| GroupId | GroupIdorg.archmix |
| ArtifactId | ArtifactIdcompozitor-oss |
| Last Version | Last Version0.1.17 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionArchmix Compozitor Open Source Solution
Compozitor is a source code generation engine based on Apache Velocity and Java Annotation Processing
API
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| compozitor-oss-0.1.17.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.archmix/compozitor-oss/ -->
<dependency>
<groupId>org.archmix</groupId>
<artifactId>compozitor-oss</artifactId>
<version>0.1.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.archmix/compozitor-oss/
implementation 'org.archmix:compozitor-oss:0.1.17'
// https://jarcasting.com/artifacts/org.archmix/compozitor-oss/
implementation ("org.archmix:compozitor-oss:0.1.17")
'org.archmix:compozitor-oss:pom:0.1.17'
<dependency org="org.archmix" name="compozitor-oss" rev="0.1.17">
<artifact name="compozitor-oss" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.archmix', module='compozitor-oss', version='0.1.17')
)
libraryDependencies += "org.archmix" % "compozitor-oss" % "0.1.17"
[org.archmix/compozitor-oss "0.1.17"]