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