Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.github.megathrone |
ArtifactId | ArtifactIdSellersJsonProcessing |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
SellersJsonProcessing-1.0.1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.megathrone/SellersJsonProcessing/ -->
<dependency>
<groupId>com.github.megathrone</groupId>
<artifactId>SellersJsonProcessing</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.megathrone/SellersJsonProcessing/
implementation 'com.github.megathrone:SellersJsonProcessing:1.0.1'
// https://jarcasting.com/artifacts/com.github.megathrone/SellersJsonProcessing/
implementation ("com.github.megathrone:SellersJsonProcessing:1.0.1")
'com.github.megathrone:SellersJsonProcessing:pom:1.0.1'
<dependency org="com.github.megathrone" name="SellersJsonProcessing" rev="1.0.1">
<artifact name="SellersJsonProcessing" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.megathrone', module='SellersJsonProcessing', version='1.0.1')
)
libraryDependencies += "com.github.megathrone" % "SellersJsonProcessing" % "1.0.1"
[com.github.megathrone/SellersJsonProcessing "1.0.1"]