Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.krazo.ext |
ArtifactId | ArtifactIdkrazo-stringtemplate |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.krazo.ext/krazo-stringtemplate/ -->
<dependency>
<groupId>org.eclipse.krazo.ext</groupId>
<artifactId>krazo-stringtemplate</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.krazo.ext/krazo-stringtemplate/
implementation 'org.eclipse.krazo.ext:krazo-stringtemplate:2.0.0'
// https://jarcasting.com/artifacts/org.eclipse.krazo.ext/krazo-stringtemplate/
implementation ("org.eclipse.krazo.ext:krazo-stringtemplate:2.0.0")
'org.eclipse.krazo.ext:krazo-stringtemplate:jar:2.0.0'
<dependency org="org.eclipse.krazo.ext" name="krazo-stringtemplate" rev="2.0.0">
<artifact name="krazo-stringtemplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.krazo.ext', module='krazo-stringtemplate', version='2.0.0')
)
libraryDependencies += "org.eclipse.krazo.ext" % "krazo-stringtemplate" % "2.0.0"
[org.eclipse.krazo.ext/krazo-stringtemplate "2.0.0"]