GroupId | GroupIdcom.github.t1 |
---|---|
ArtifactId | ArtifactIdwunderbar.demo.product |
Version | Version1.3.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.t1/wunderbar.demo.product/ -->
<dependency>
<groupId>com.github.t1</groupId>
<artifactId>wunderbar.demo.product</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t1/wunderbar.demo.product/
implementation 'com.github.t1:wunderbar.demo.product:1.3.4'
// https://jarcasting.com/artifacts/com.github.t1/wunderbar.demo.product/
implementation ("com.github.t1:wunderbar.demo.product:1.3.4")
'com.github.t1:wunderbar.demo.product:jar:1.3.4'
<dependency org="com.github.t1" name="wunderbar.demo.product" rev="1.3.4">
<artifact name="wunderbar.demo.product" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t1', module='wunderbar.demo.product', version='1.3.4')
)
libraryDependencies += "com.github.t1" % "wunderbar.demo.product" % "1.3.4"
[com.github.t1/wunderbar.demo.product "1.3.4"]