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