GroupId | GroupIdcom.mageddo |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-2.3.2.pom | |
commons-2.3.2.jar | 103 KB |
commons-2.3.2-sources.jar | 87 KB |
commons-2.3.2-javadoc.jar | 510 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mageddo/commons/ -->
<dependency>
<groupId>com.mageddo</groupId>
<artifactId>commons</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mageddo/commons/
implementation 'com.mageddo:commons:2.3.2'
// https://jarcasting.com/artifacts/com.mageddo/commons/
implementation ("com.mageddo:commons:2.3.2")
'com.mageddo:commons:jar:2.3.2'
<dependency org="com.mageddo" name="commons" rev="2.3.2">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mageddo', module='commons', version='2.3.2')
)
libraryDependencies += "com.mageddo" % "commons" % "2.3.2"
[com.mageddo/commons "2.3.2"]