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