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