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