License |
License |
---|---|
GroupId | GroupIdcom.fnproject.fn |
ArtifactId | ArtifactIdtesting-core |
Last Version | Last Version1.0.149 |
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-1.0.149.pom | |
testing-core-1.0.149.jar | 25 KB |
testing-core-1.0.149-sources.jar | 9 KB |
testing-core-1.0.149-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.149</version>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn/testing-core/
implementation 'com.fnproject.fn:testing-core:1.0.149'
// https://jarcasting.com/artifacts/com.fnproject.fn/testing-core/
implementation ("com.fnproject.fn:testing-core:1.0.149")
'com.fnproject.fn:testing-core:jar:1.0.149'
<dependency org="com.fnproject.fn" name="testing-core" rev="1.0.149">
<artifact name="testing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn', module='testing-core', version='1.0.149')
)
libraryDependencies += "com.fnproject.fn" % "testing-core" % "1.0.149"
[com.fnproject.fn/testing-core "1.0.149"]
Group / Artifact | Type | Version |
---|---|---|
com.fnproject.fn : runtime | jar | 1.0.149 |