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