| Categories | Categoriesconfig Application Layer Libs Configuration | 
|---|---|
| GroupId | GroupIdcom.github.shoothzj | 
| ArtifactId | ArtifactIdsdk-config-api | 
| Version | Version3.0.25.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/sdk-config-api/ -->
<dependency>
    <groupId>com.github.shoothzj</groupId>
    <artifactId>sdk-config-api</artifactId>
    <version>3.0.25.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-config-api/
implementation 'com.github.shoothzj:sdk-config-api:3.0.25.RELEASE'// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-config-api/
implementation ("com.github.shoothzj:sdk-config-api:3.0.25.RELEASE")'com.github.shoothzj:sdk-config-api:jar:3.0.25.RELEASE'<dependency org="com.github.shoothzj" name="sdk-config-api" rev="3.0.25.RELEASE">
  <artifact name="sdk-config-api" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.shoothzj', module='sdk-config-api', version='3.0.25.RELEASE')
)libraryDependencies += "com.github.shoothzj" % "sdk-config-api" % "3.0.25.RELEASE"[com.github.shoothzj/sdk-config-api "3.0.25.RELEASE"]