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