Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.koivusolutions.vfc |
ArtifactId | ArtifactIdvfc-client |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
vfc-client-0.0.6.pom | |
vfc-client-0.0.6.jar | 57 KB |
vfc-client-0.0.6-sources.jar | 26 KB |
vfc-client-0.0.6-javadoc.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.koivusolutions.vfc/vfc-client/ -->
<dependency>
<groupId>com.koivusolutions.vfc</groupId>
<artifactId>vfc-client</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.koivusolutions.vfc/vfc-client/
implementation 'com.koivusolutions.vfc:vfc-client:0.0.6'
// https://jarcasting.com/artifacts/com.koivusolutions.vfc/vfc-client/
implementation ("com.koivusolutions.vfc:vfc-client:0.0.6")
'com.koivusolutions.vfc:vfc-client:jar:0.0.6'
<dependency org="com.koivusolutions.vfc" name="vfc-client" rev="0.0.6">
<artifact name="vfc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.koivusolutions.vfc', module='vfc-client', version='0.0.6')
)
libraryDependencies += "com.koivusolutions.vfc" % "vfc-client" % "0.0.6"
[com.koivusolutions.vfc/vfc-client "0.0.6"]