Categories |
CategoriesIDE Development Tools Java Languages |
---|---|
GroupId | GroupIdcom.github.unbound-tech |
ArtifactId | ArtifactIdunbound-java-provider |
Version | Version2.0.$%7Benv.BRANCH%7D.42794 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.unbound-tech/unbound-java-provider/ -->
<dependency>
<groupId>com.github.unbound-tech</groupId>
<artifactId>unbound-java-provider</artifactId>
<version>2.0.$%7Benv.BRANCH%7D.42794</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.unbound-tech/unbound-java-provider/
implementation 'com.github.unbound-tech:unbound-java-provider:2.0.$%7Benv.BRANCH%7D.42794'
// https://jarcasting.com/artifacts/com.github.unbound-tech/unbound-java-provider/
implementation ("com.github.unbound-tech:unbound-java-provider:2.0.$%7Benv.BRANCH%7D.42794")
'com.github.unbound-tech:unbound-java-provider:jar:2.0.$%7Benv.BRANCH%7D.42794'
<dependency org="com.github.unbound-tech" name="unbound-java-provider" rev="2.0.$%7Benv.BRANCH%7D.42794">
<artifact name="unbound-java-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.unbound-tech', module='unbound-java-provider', version='2.0.$%7Benv.BRANCH%7D.42794')
)
libraryDependencies += "com.github.unbound-tech" % "unbound-java-provider" % "2.0.$%7Benv.BRANCH%7D.42794"
[com.github.unbound-tech/unbound-java-provider "2.0.$%7Benv.BRANCH%7D.42794"]