GroupId | GroupIdorg.joinfaces |
---|---|
ArtifactId | ArtifactIdjoinfaces-test |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
joinfaces-test-4.0.1.pom | |
joinfaces-test-4.0.1.jar | 12 KB |
joinfaces-test-4.0.1-sources.jar | 10 KB |
joinfaces-test-4.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.joinfaces/joinfaces-test/
implementation 'org.joinfaces:joinfaces-test:4.0.1'
// https://jarcasting.com/artifacts/org.joinfaces/joinfaces-test/
implementation ("org.joinfaces:joinfaces-test:4.0.1")
'org.joinfaces:joinfaces-test:jar:4.0.1'
<dependency org="org.joinfaces" name="joinfaces-test" rev="4.0.1">
<artifact name="joinfaces-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joinfaces', module='joinfaces-test', version='4.0.1')
)
libraryDependencies += "org.joinfaces" % "joinfaces-test" % "4.0.1"
[org.joinfaces/joinfaces-test "4.0.1"]