Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdcom.ebay.jsoncoder |
ArtifactId | ArtifactIdjcParent |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
jcParent-0.1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ebay.jsoncoder/jcParent/ -->
<dependency>
<groupId>com.ebay.jsoncoder</groupId>
<artifactId>jcParent</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ebay.jsoncoder/jcParent/
implementation 'com.ebay.jsoncoder:jcParent:0.1.0'
// https://jarcasting.com/artifacts/com.ebay.jsoncoder/jcParent/
implementation ("com.ebay.jsoncoder:jcParent:0.1.0")
'com.ebay.jsoncoder:jcParent:pom:0.1.0'
<dependency org="com.ebay.jsoncoder" name="jcParent" rev="0.1.0">
<artifact name="jcParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ebay.jsoncoder', module='jcParent', version='0.1.0')
)
libraryDependencies += "com.ebay.jsoncoder" % "jcParent" % "0.1.0"
[com.ebay.jsoncoder/jcParent "0.1.0"]