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