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