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