GroupId | GroupIdcom.devonfw.cobigen |
---|---|
ArtifactId | ArtifactIdtempeng-velocity |
Version | Version2021.12.004 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.devonfw.cobigen/tempeng-velocity/ -->
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>tempeng-velocity</artifactId>
<version>2021.12.004</version>
</dependency>
// https://jarcasting.com/artifacts/com.devonfw.cobigen/tempeng-velocity/
implementation 'com.devonfw.cobigen:tempeng-velocity:2021.12.004'
// https://jarcasting.com/artifacts/com.devonfw.cobigen/tempeng-velocity/
implementation ("com.devonfw.cobigen:tempeng-velocity:2021.12.004")
'com.devonfw.cobigen:tempeng-velocity:jar:2021.12.004'
<dependency org="com.devonfw.cobigen" name="tempeng-velocity" rev="2021.12.004">
<artifact name="tempeng-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devonfw.cobigen', module='tempeng-velocity', version='2021.12.004')
)
libraryDependencies += "com.devonfw.cobigen" % "tempeng-velocity" % "2021.12.004"
[com.devonfw.cobigen/tempeng-velocity "2021.12.004"]