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