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