GroupId | GroupIdcom.github.t1 |
---|---|
ArtifactId | ArtifactIdwunderbar.demo.product |
Version | Version1.3.10 |
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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.t1/wunderbar.demo.product/
implementation 'com.github.t1:wunderbar.demo.product:1.3.10'
// https://jarcasting.com/artifacts/com.github.t1/wunderbar.demo.product/
implementation ("com.github.t1:wunderbar.demo.product:1.3.10")
'com.github.t1:wunderbar.demo.product:jar:1.3.10'
<dependency org="com.github.t1" name="wunderbar.demo.product" rev="1.3.10">
<artifact name="wunderbar.demo.product" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.t1', module='wunderbar.demo.product', version='1.3.10')
)
libraryDependencies += "com.github.t1" % "wunderbar.demo.product" % "1.3.10"
[com.github.t1/wunderbar.demo.product "1.3.10"]