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