Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netistrar |
ArtifactId | ArtifactIdreseller-api |
Version | Version1.33 |
Type | Typejar |
Filename | Size |
---|---|
reseller-api-1.33.pom | |
reseller-api-1.33.jar | 62 KB |
reseller-api-1.33-sources.jar | 56 KB |
reseller-api-1.33-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netistrar/reseller-api/ -->
<dependency>
<groupId>com.netistrar</groupId>
<artifactId>reseller-api</artifactId>
<version>1.33</version>
</dependency>
// https://jarcasting.com/artifacts/com.netistrar/reseller-api/
implementation 'com.netistrar:reseller-api:1.33'
// https://jarcasting.com/artifacts/com.netistrar/reseller-api/
implementation ("com.netistrar:reseller-api:1.33")
'com.netistrar:reseller-api:jar:1.33'
<dependency org="com.netistrar" name="reseller-api" rev="1.33">
<artifact name="reseller-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netistrar', module='reseller-api', version='1.33')
)
libraryDependencies += "com.netistrar" % "reseller-api" % "1.33"
[com.netistrar/reseller-api "1.33"]