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