Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-core-templating-mustache |
Version | Version6.2.36 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-templating-mustache/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-core-templating-mustache</artifactId>
<version>6.2.36</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-templating-mustache/
implementation 'org.eclipse.dirigible:dirigible-core-templating-mustache:6.2.36'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-templating-mustache/
implementation ("org.eclipse.dirigible:dirigible-core-templating-mustache:6.2.36")
'org.eclipse.dirigible:dirigible-core-templating-mustache:jar:6.2.36'
<dependency org="org.eclipse.dirigible" name="dirigible-core-templating-mustache" rev="6.2.36">
<artifact name="dirigible-core-templating-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-core-templating-mustache', version='6.2.36')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-core-templating-mustache" % "6.2.36"
[org.eclipse.dirigible/dirigible-core-templating-mustache "6.2.36"]