| GroupId | GroupIdorg.joinfaces |
|---|---|
| ArtifactId | ArtifactIdjoinfaces-test |
| Version | Version4.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| joinfaces-test-4.0.7.pom | |
| joinfaces-test-4.0.7.jar | 12 KB |
| joinfaces-test-4.0.7-sources.jar | 10 KB |
| joinfaces-test-4.0.7-javadoc.jar | 420 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.joinfaces/joinfaces-test/ -->
<dependency>
<groupId>org.joinfaces</groupId>
<artifactId>joinfaces-test</artifactId>
<version>4.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/joinfaces-test/
implementation 'org.joinfaces:joinfaces-test:4.0.7'
// https://jarcasting.com/artifacts/org.joinfaces/joinfaces-test/
implementation ("org.joinfaces:joinfaces-test:4.0.7")
'org.joinfaces:joinfaces-test:jar:4.0.7'
<dependency org="org.joinfaces" name="joinfaces-test" rev="4.0.7">
<artifact name="joinfaces-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='joinfaces-test', version='4.0.7')
)
libraryDependencies += "org.joinfaces" % "joinfaces-test" % "4.0.7"
[org.joinfaces/joinfaces-test "4.0.7"]