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