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