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