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