License |
License |
---|---|
GroupId | GroupIdcom.github.ryanbrainard |
ArtifactId | ArtifactIdrichsobjects-core |
Version | Version0.2-BETA |
Type | Typejar |
Description |
DescriptionA higher-level, modular library for interacting with the Salesforce API.
|
Filename | Size |
---|---|
richsobjects-core-0.2-BETA.pom | |
richsobjects-core-0.2-BETA.jar | 30 KB |
richsobjects-core-0.2-BETA-sources.jar | 12 KB |
richsobjects-core-0.2-BETA-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ryanbrainard/richsobjects-core/ -->
<dependency>
<groupId>com.github.ryanbrainard</groupId>
<artifactId>richsobjects-core</artifactId>
<version>0.2-BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryanbrainard/richsobjects-core/
implementation 'com.github.ryanbrainard:richsobjects-core:0.2-BETA'
// https://jarcasting.com/artifacts/com.github.ryanbrainard/richsobjects-core/
implementation ("com.github.ryanbrainard:richsobjects-core:0.2-BETA")
'com.github.ryanbrainard:richsobjects-core:jar:0.2-BETA'
<dependency org="com.github.ryanbrainard" name="richsobjects-core" rev="0.2-BETA">
<artifact name="richsobjects-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ryanbrainard', module='richsobjects-core', version='0.2-BETA')
)
libraryDependencies += "com.github.ryanbrainard" % "richsobjects-core" % "0.2-BETA"
[com.github.ryanbrainard/richsobjects-core "0.2-BETA"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ryanbrainard : richsobjects-interfaces | jar | 0.2-BETA |
org.slf4j : slf4j-api | jar | 1.6.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.2.1 |