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