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