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