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