GroupId | GroupIdcom.zimesfield |
---|---|
ArtifactId | ArtifactIdproduct |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
product-0.0.2.pom | |
product-0.0.2.jar | 55 KB |
product-0.0.2-sources.jar | 15 KB |
product-0.0.2-javadoc.jar | 624 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zimesfield/product/ -->
<dependency>
<groupId>com.zimesfield</groupId>
<artifactId>product</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.zimesfield/product/
implementation 'com.zimesfield:product:0.0.2'
// https://jarcasting.com/artifacts/com.zimesfield/product/
implementation ("com.zimesfield:product:0.0.2")
'com.zimesfield:product:jar:0.0.2'
<dependency org="com.zimesfield" name="product" rev="0.0.2">
<artifact name="product" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zimesfield', module='product', version='0.0.2')
)
libraryDependencies += "com.zimesfield" % "product" % "0.0.2"
[com.zimesfield/product "0.0.2"]