GroupId | GroupIdcom.github.wmlynar |
---|---|
ArtifactId | ArtifactIdjy2-uberjar-example |
Version | Version0.0.17 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wmlynar/jy2-uberjar-example/ -->
<dependency>
<groupId>com.github.wmlynar</groupId>
<artifactId>jy2-uberjar-example</artifactId>
<version>0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wmlynar/jy2-uberjar-example/
implementation 'com.github.wmlynar:jy2-uberjar-example:0.0.17'
// https://jarcasting.com/artifacts/com.github.wmlynar/jy2-uberjar-example/
implementation ("com.github.wmlynar:jy2-uberjar-example:0.0.17")
'com.github.wmlynar:jy2-uberjar-example:jar:0.0.17'
<dependency org="com.github.wmlynar" name="jy2-uberjar-example" rev="0.0.17">
<artifact name="jy2-uberjar-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wmlynar', module='jy2-uberjar-example', version='0.0.17')
)
libraryDependencies += "com.github.wmlynar" % "jy2-uberjar-example" % "0.0.17"
[com.github.wmlynar/jy2-uberjar-example "0.0.17"]