GroupId | GroupIdcom.nextpls |
---|---|
ArtifactId | ArtifactIdsdk |
Version | Version1.0.17.3 |
Type | Typejar |
Filename | Size |
---|---|
sdk-1.0.17.3.pom | |
sdk-1.0.17.3.jar | 75 KB |
sdk-1.0.17.3-sources.jar | 49 KB |
sdk-1.0.17.3-javadoc.jar | 363 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nextpls/sdk/ -->
<dependency>
<groupId>com.nextpls</groupId>
<artifactId>sdk</artifactId>
<version>1.0.17.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.nextpls/sdk/
implementation 'com.nextpls:sdk:1.0.17.3'
// https://jarcasting.com/artifacts/com.nextpls/sdk/
implementation ("com.nextpls:sdk:1.0.17.3")
'com.nextpls:sdk:jar:1.0.17.3'
<dependency org="com.nextpls" name="sdk" rev="1.0.17.3">
<artifact name="sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nextpls', module='sdk', version='1.0.17.3')
)
libraryDependencies += "com.nextpls" % "sdk" % "1.0.17.3"
[com.nextpls/sdk "1.0.17.3"]