GroupId | GroupIdorg.metaeffekt.dcc |
---|---|
ArtifactId | ArtifactIddcc-solution-template |
Version | Version0.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.metaeffekt.dcc/dcc-solution-template/ -->
<dependency>
<groupId>org.metaeffekt.dcc</groupId>
<artifactId>dcc-solution-template</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.metaeffekt.dcc/dcc-solution-template/
implementation 'org.metaeffekt.dcc:dcc-solution-template:0.10.0'
// https://jarcasting.com/artifacts/org.metaeffekt.dcc/dcc-solution-template/
implementation ("org.metaeffekt.dcc:dcc-solution-template:0.10.0")
'org.metaeffekt.dcc:dcc-solution-template:jar:0.10.0'
<dependency org="org.metaeffekt.dcc" name="dcc-solution-template" rev="0.10.0">
<artifact name="dcc-solution-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metaeffekt.dcc', module='dcc-solution-template', version='0.10.0')
)
libraryDependencies += "org.metaeffekt.dcc" % "dcc-solution-template" % "0.10.0"
[org.metaeffekt.dcc/dcc-solution-template "0.10.0"]