Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.gitlab.bigyantest |
ArtifactId | ArtifactIdVTest0001 |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
VTest0001-1.0.5.pom | |
VTest0001-1.0.5.jar | 3 KB |
VTest0001-1.0.5-sources.jar | 3 KB |
VTest0001-1.0.5-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.bigyantest/VTest0001/ -->
<dependency>
<groupId>com.gitlab.bigyantest</groupId>
<artifactId>VTest0001</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.bigyantest/VTest0001/
implementation 'com.gitlab.bigyantest:VTest0001:1.0.5'
// https://jarcasting.com/artifacts/com.gitlab.bigyantest/VTest0001/
implementation ("com.gitlab.bigyantest:VTest0001:1.0.5")
'com.gitlab.bigyantest:VTest0001:jar:1.0.5'
<dependency org="com.gitlab.bigyantest" name="VTest0001" rev="1.0.5">
<artifact name="VTest0001" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.bigyantest', module='VTest0001', version='1.0.5')
)
libraryDependencies += "com.gitlab.bigyantest" % "VTest0001" % "1.0.5"
[com.gitlab.bigyantest/VTest0001 "1.0.5"]