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