GroupId | GroupIdorg.archmix |
---|---|
ArtifactId | ArtifactIdcompozitor-template |
Version | Version0.1.9 |
Type | Typejar |
Filename | Size |
---|---|
compozitor-template-0.1.9.pom | |
compozitor-template-0.1.9.jar | 28 KB |
compozitor-template-0.1.9-sources.jar | 15 KB |
compozitor-template-0.1.9-javadoc.jar | 148 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.archmix/compozitor-template/ -->
<dependency>
<groupId>org.archmix</groupId>
<artifactId>compozitor-template</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.archmix/compozitor-template/
implementation 'org.archmix:compozitor-template:0.1.9'
// https://jarcasting.com/artifacts/org.archmix/compozitor-template/
implementation ("org.archmix:compozitor-template:0.1.9")
'org.archmix:compozitor-template:jar:0.1.9'
<dependency org="org.archmix" name="compozitor-template" rev="0.1.9">
<artifact name="compozitor-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.archmix', module='compozitor-template', version='0.1.9')
)
libraryDependencies += "org.archmix" % "compozitor-template" % "0.1.9"
[org.archmix/compozitor-template "0.1.9"]