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