GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdtests |
Version | Version1.5.70 |
Type | Typejar |
Filename | Size |
---|---|
tests-1.5.70.pom | |
tests-1.5.70.jar | 218 KB |
tests-1.5.70-sources.jar | 185 KB |
tests-1.5.70-javadoc.jar | 364 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/tests/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>tests</artifactId>
<version>1.5.70</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/tests/
implementation 'org.opensourcebim:tests:1.5.70'
// https://jarcasting.com/artifacts/org.opensourcebim/tests/
implementation ("org.opensourcebim:tests:1.5.70")
'org.opensourcebim:tests:jar:1.5.70'
<dependency org="org.opensourcebim" name="tests" rev="1.5.70">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='tests', version='1.5.70')
)
libraryDependencies += "org.opensourcebim" % "tests" % "1.5.70"
[org.opensourcebim/tests "1.5.70"]