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