GroupId | GroupIdcom.github.atomashpolskiy |
---|---|
ArtifactId | ArtifactIdbt-tests |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
bt-tests-1.3.pom | |
bt-tests-1.3.jar | 42 KB |
bt-tests-1.3-sources.jar | 19 KB |
bt-tests-1.3-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-tests/ -->
<dependency>
<groupId>com.github.atomashpolskiy</groupId>
<artifactId>bt-tests</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-tests/
implementation 'com.github.atomashpolskiy:bt-tests:1.3'
// https://jarcasting.com/artifacts/com.github.atomashpolskiy/bt-tests/
implementation ("com.github.atomashpolskiy:bt-tests:1.3")
'com.github.atomashpolskiy:bt-tests:jar:1.3'
<dependency org="com.github.atomashpolskiy" name="bt-tests" rev="1.3">
<artifact name="bt-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atomashpolskiy', module='bt-tests', version='1.3')
)
libraryDependencies += "com.github.atomashpolskiy" % "bt-tests" % "1.3"
[com.github.atomashpolskiy/bt-tests "1.3"]