| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.noear |
| ArtifactId | ArtifactIdbcfclient |
| Version | Version2.1.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bcfclient-2.1.12.pom | |
| bcfclient-2.1.12.jar | 16 KB |
| bcfclient-2.1.12-sources.jar | 8 KB |
| bcfclient-2.1.12-javadoc.jar | 65 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.noear/bcfclient/ -->
<dependency>
<groupId>org.noear</groupId>
<artifactId>bcfclient</artifactId>
<version>2.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear/bcfclient/
implementation 'org.noear:bcfclient:2.1.12'
// https://jarcasting.com/artifacts/org.noear/bcfclient/
implementation ("org.noear:bcfclient:2.1.12")
'org.noear:bcfclient:jar:2.1.12'
<dependency org="org.noear" name="bcfclient" rev="2.1.12">
<artifact name="bcfclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear', module='bcfclient', version='2.1.12')
)
libraryDependencies += "org.noear" % "bcfclient" % "2.1.12"
[org.noear/bcfclient "2.1.12"]