GroupId | GroupIdorg.bndtools |
---|---|
ArtifactId | ArtifactIdorg.bndtools.templating |
Version | Version5.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bndtools/org.bndtools.templating/ -->
<dependency>
<groupId>org.bndtools</groupId>
<artifactId>org.bndtools.templating</artifactId>
<version>5.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.bndtools/org.bndtools.templating/
implementation 'org.bndtools:org.bndtools.templating:5.1.2'
// https://jarcasting.com/artifacts/org.bndtools/org.bndtools.templating/
implementation ("org.bndtools:org.bndtools.templating:5.1.2")
'org.bndtools:org.bndtools.templating:jar:5.1.2'
<dependency org="org.bndtools" name="org.bndtools.templating" rev="5.1.2">
<artifact name="org.bndtools.templating" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bndtools', module='org.bndtools.templating', version='5.1.2')
)
libraryDependencies += "org.bndtools" % "org.bndtools.templating" % "5.1.2"
[org.bndtools/org.bndtools.templating "5.1.2"]