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