Categories |
CategoriesArtipie Build Tools Distribution |
---|---|
GroupId | GroupIdcom.artipie |
ArtifactId | ArtifactIdhelm-adapter |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
helm-adapter-0.1.2.pom | |
helm-adapter-0.1.2.jar | 4 KB |
helm-adapter-0.1.2-sources.jar | 6 KB |
helm-adapter-0.1.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.artipie/helm-adapter/ -->
<dependency>
<groupId>com.artipie</groupId>
<artifactId>helm-adapter</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.artipie/helm-adapter/
implementation 'com.artipie:helm-adapter:0.1.2'
// https://jarcasting.com/artifacts/com.artipie/helm-adapter/
implementation ("com.artipie:helm-adapter:0.1.2")
'com.artipie:helm-adapter:jar:0.1.2'
<dependency org="com.artipie" name="helm-adapter" rev="0.1.2">
<artifact name="helm-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artipie', module='helm-adapter', version='0.1.2')
)
libraryDependencies += "com.artipie" % "helm-adapter" % "0.1.2"
[com.artipie/helm-adapter "0.1.2"]