GroupId | GroupIdorg.laxture |
---|---|
ArtifactId | ArtifactIdsbp-core |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
sbp-core-0.1.6.pom | |
sbp-core-0.1.6.jar | 34 KB |
sbp-core-0.1.6-sources.jar | 26 KB |
sbp-core-0.1.6-javadoc.jar | 463 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.laxture/sbp-core/ -->
<dependency>
<groupId>org.laxture</groupId>
<artifactId>sbp-core</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.laxture/sbp-core/
implementation 'org.laxture:sbp-core:0.1.6'
// https://jarcasting.com/artifacts/org.laxture/sbp-core/
implementation ("org.laxture:sbp-core:0.1.6")
'org.laxture:sbp-core:jar:0.1.6'
<dependency org="org.laxture" name="sbp-core" rev="0.1.6">
<artifact name="sbp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.laxture', module='sbp-core', version='0.1.6')
)
libraryDependencies += "org.laxture" % "sbp-core" % "0.1.6"
[org.laxture/sbp-core "0.1.6"]