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