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