Categories |
CategoriesOther General Purpose Libraries |
---|---|
GroupId | GroupIdcom.newegg.marketplace |
ArtifactId | ArtifactIdsdk-other |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
sdk-other-0.1.1.pom | |
sdk-other-0.1.1.jar | 14 KB |
sdk-other-0.1.1-sources.jar | 9 KB |
sdk-other-0.1.1-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.newegg.marketplace/sdk-other/ -->
<dependency>
<groupId>com.newegg.marketplace</groupId>
<artifactId>sdk-other</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.newegg.marketplace/sdk-other/
implementation 'com.newegg.marketplace:sdk-other:0.1.1'
// https://jarcasting.com/artifacts/com.newegg.marketplace/sdk-other/
implementation ("com.newegg.marketplace:sdk-other:0.1.1")
'com.newegg.marketplace:sdk-other:jar:0.1.1'
<dependency org="com.newegg.marketplace" name="sdk-other" rev="0.1.1">
<artifact name="sdk-other" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newegg.marketplace', module='sdk-other', version='0.1.1')
)
libraryDependencies += "com.newegg.marketplace" % "sdk-other" % "0.1.1"
[com.newegg.marketplace/sdk-other "0.1.1"]