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