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