GroupId | GroupIdcom.github.nawforce |
---|---|
ArtifactId | ArtifactIdapexlink |
Version | Version2.0.0-rc4 |
Type | Typejar |
Filename | Size |
---|---|
apexlink-2.0.0-rc4.pom | |
apexlink-2.0.0-rc4.jar | 1 MB |
apexlink-2.0.0-rc4-sources.jar | 158 KB |
apexlink-2.0.0-rc4-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nawforce/apexlink/ -->
<dependency>
<groupId>com.github.nawforce</groupId>
<artifactId>apexlink</artifactId>
<version>2.0.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nawforce/apexlink/
implementation 'com.github.nawforce:apexlink:2.0.0-rc4'
// https://jarcasting.com/artifacts/com.github.nawforce/apexlink/
implementation ("com.github.nawforce:apexlink:2.0.0-rc4")
'com.github.nawforce:apexlink:jar:2.0.0-rc4'
<dependency org="com.github.nawforce" name="apexlink" rev="2.0.0-rc4">
<artifact name="apexlink" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nawforce', module='apexlink', version='2.0.0-rc4')
)
libraryDependencies += "com.github.nawforce" % "apexlink" % "2.0.0-rc4"
[com.github.nawforce/apexlink "2.0.0-rc4"]