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