GroupId | GroupIdcom.hltech |
---|---|
ArtifactId | ArtifactIdvaunt-core |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
vaunt-core-1.0.11.pom | |
vaunt-core-1.0.11.jar | 9 KB |
vaunt-core-1.0.11-sources.jar | 3 KB |
vaunt-core-1.0.11-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hltech/vaunt-core/ -->
<dependency>
<groupId>com.hltech</groupId>
<artifactId>vaunt-core</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.hltech/vaunt-core/
implementation 'com.hltech:vaunt-core:1.0.11'
// https://jarcasting.com/artifacts/com.hltech/vaunt-core/
implementation ("com.hltech:vaunt-core:1.0.11")
'com.hltech:vaunt-core:jar:1.0.11'
<dependency org="com.hltech" name="vaunt-core" rev="1.0.11">
<artifact name="vaunt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hltech', module='vaunt-core', version='1.0.11')
)
libraryDependencies += "com.hltech" % "vaunt-core" % "1.0.11"
[com.hltech/vaunt-core "1.0.11"]