Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.dt209 |
ArtifactId | ArtifactIdsfdcclient |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
sfdcclient-0.1.pom | |
sfdcclient-0.1.jar | 7 KB |
sfdcclient-0.1-tests.jar | 3 KB |
sfdcclient-0.1-sources.jar | 5 KB |
sfdcclient-0.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dt209/sfdcclient/ -->
<dependency>
<groupId>com.github.dt209</groupId>
<artifactId>sfdcclient</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dt209/sfdcclient/
implementation 'com.github.dt209:sfdcclient:0.1'
// https://jarcasting.com/artifacts/com.github.dt209/sfdcclient/
implementation ("com.github.dt209:sfdcclient:0.1")
'com.github.dt209:sfdcclient:jar:0.1'
<dependency org="com.github.dt209" name="sfdcclient" rev="0.1">
<artifact name="sfdcclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dt209', module='sfdcclient', version='0.1')
)
libraryDependencies += "com.github.dt209" % "sfdcclient" % "0.1"
[com.github.dt209/sfdcclient "0.1"]