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