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