GroupId | GroupIdcom.buabook |
---|---|
ArtifactId | ArtifactIdsf-et-fuel-sdk |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
sf-et-fuel-sdk-1.0.0.pom | |
sf-et-fuel-sdk-1.0.0.jar | 5 KB |
sf-et-fuel-sdk-1.0.0-sources.jar | 3 KB |
sf-et-fuel-sdk-1.0.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.buabook/sf-et-fuel-sdk/ -->
<dependency>
<groupId>com.buabook</groupId>
<artifactId>sf-et-fuel-sdk</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buabook/sf-et-fuel-sdk/
implementation 'com.buabook:sf-et-fuel-sdk:1.0.0'
// https://jarcasting.com/artifacts/com.buabook/sf-et-fuel-sdk/
implementation ("com.buabook:sf-et-fuel-sdk:1.0.0")
'com.buabook:sf-et-fuel-sdk:jar:1.0.0'
<dependency org="com.buabook" name="sf-et-fuel-sdk" rev="1.0.0">
<artifact name="sf-et-fuel-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buabook', module='sf-et-fuel-sdk', version='1.0.0')
)
libraryDependencies += "com.buabook" % "sf-et-fuel-sdk" % "1.0.0"
[com.buabook/sf-et-fuel-sdk "1.0.0"]