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