| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.runthered.sdk |
| ArtifactId | ArtifactIdrunthered-java-sdk |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRun The Red SDK
Java helper library for Run The Red APIs
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| runthered-java-sdk-0.0.1.pom | |
| runthered-java-sdk-0.0.1.jar | 15 KB |
| runthered-java-sdk-0.0.1-sources.jar | 8 KB |
| runthered-java-sdk-0.0.1-javadoc.jar | 79 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.runthered.sdk/runthered-java-sdk/ -->
<dependency>
<groupId>com.runthered.sdk</groupId>
<artifactId>runthered-java-sdk</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.runthered.sdk/runthered-java-sdk/
implementation 'com.runthered.sdk:runthered-java-sdk:0.0.1'
// https://jarcasting.com/artifacts/com.runthered.sdk/runthered-java-sdk/
implementation ("com.runthered.sdk:runthered-java-sdk:0.0.1")
'com.runthered.sdk:runthered-java-sdk:jar:0.0.1'
<dependency org="com.runthered.sdk" name="runthered-java-sdk" rev="0.0.1">
<artifact name="runthered-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.runthered.sdk', module='runthered-java-sdk', version='0.0.1')
)
libraryDependencies += "com.runthered.sdk" % "runthered-java-sdk" % "0.0.1"
[com.runthered.sdk/runthered-java-sdk "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.googlecode.json-simple : json-simple | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.powermock : powermock-module-junit4 | jar | 1.6.2 |
| org.powermock : powermock-api-mockito | jar | 1.6.2 |