Categories |
CategoriesIDE Development Tools Java Languages |
---|---|
GroupId | GroupIdcom.github.unbound-tech |
ArtifactId | ArtifactIdunbound-java-provider |
Version | Version1.0.2001.41853 |
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>1.0.2001.41853</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.unbound-tech/unbound-java-provider/
implementation 'com.github.unbound-tech:unbound-java-provider:1.0.2001.41853'
// https://jarcasting.com/artifacts/com.github.unbound-tech/unbound-java-provider/
implementation ("com.github.unbound-tech:unbound-java-provider:1.0.2001.41853")
'com.github.unbound-tech:unbound-java-provider:jar:1.0.2001.41853'
<dependency org="com.github.unbound-tech" name="unbound-java-provider" rev="1.0.2001.41853">
<artifact name="unbound-java-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.unbound-tech', module='unbound-java-provider', version='1.0.2001.41853')
)
libraryDependencies += "com.github.unbound-tech" % "unbound-java-provider" % "1.0.2001.41853"
[com.github.unbound-tech/unbound-java-provider "1.0.2001.41853"]