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