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