| License | License | 
|---|---|
| GroupId | GroupIdcom.github.roneetshaw | 
| ArtifactId | ArtifactIdtesting-core | 
| Last Version | Last Version2.0.21 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionThe Function Development Kit for Java makes it easy to build and deploy Java functions to Fn | 
| Filename | Size | 
|---|---|
| testing-core-2.0.21.pom | |
| testing-core-2.0.21.jar | 25 KB | 
| testing-core-2.0.21-sources.jar | 9 KB | 
| testing-core-2.0.21-javadoc.jar | 48 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.roneetshaw/testing-core/ -->
<dependency>
    <groupId>com.github.roneetshaw</groupId>
    <artifactId>testing-core</artifactId>
    <version>2.0.21</version>
</dependency>// https://jarcasting.com/artifacts/com.github.roneetshaw/testing-core/
implementation 'com.github.roneetshaw:testing-core:2.0.21'// https://jarcasting.com/artifacts/com.github.roneetshaw/testing-core/
implementation ("com.github.roneetshaw:testing-core:2.0.21")'com.github.roneetshaw:testing-core:jar:2.0.21'<dependency org="com.github.roneetshaw" name="testing-core" rev="2.0.21">
  <artifact name="testing-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.roneetshaw', module='testing-core', version='2.0.21')
)libraryDependencies += "com.github.roneetshaw" % "testing-core" % "2.0.21"[com.github.roneetshaw/testing-core "2.0.21"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.roneetshaw : runtime | jar | 2.0.21 |