GroupId | GroupIdcom.fnproject.fn |
---|---|
ArtifactId | ArtifactIdtesting-core |
Version | Version1.0.71 |
Type | Typejar |
Filename | Size |
---|---|
testing-core-1.0.71.pom | |
testing-core-1.0.71.jar | 8 KB |
testing-core-1.0.71-sources.jar | 6 KB |
testing-core-1.0.71-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fnproject.fn/testing-core/ -->
<dependency>
<groupId>com.fnproject.fn</groupId>
<artifactId>testing-core</artifactId>
<version>1.0.71</version>
</dependency>
// https://jarcasting.com/artifacts/com.fnproject.fn/testing-core/
implementation 'com.fnproject.fn:testing-core:1.0.71'
// https://jarcasting.com/artifacts/com.fnproject.fn/testing-core/
implementation ("com.fnproject.fn:testing-core:1.0.71")
'com.fnproject.fn:testing-core:jar:1.0.71'
<dependency org="com.fnproject.fn" name="testing-core" rev="1.0.71">
<artifact name="testing-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fnproject.fn', module='testing-core', version='1.0.71')
)
libraryDependencies += "com.fnproject.fn" % "testing-core" % "1.0.71"
[com.fnproject.fn/testing-core "1.0.71"]