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