GroupId | GroupIdcom.godmonth |
---|---|
ArtifactId | ArtifactIddeps |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
deps-0.6.pom | 25 KB |
deps-0.6-tests.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.godmonth/deps/ -->
<dependency>
<groupId>com.godmonth</groupId>
<artifactId>deps</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.godmonth/deps/
implementation 'com.godmonth:deps:0.6'
// https://jarcasting.com/artifacts/com.godmonth/deps/
implementation ("com.godmonth:deps:0.6")
'com.godmonth:deps:jar:0.6'
<dependency org="com.godmonth" name="deps" rev="0.6">
<artifact name="deps" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.godmonth', module='deps', version='0.6')
)
libraryDependencies += "com.godmonth" % "deps" % "0.6"
[com.godmonth/deps "0.6"]