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