| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdcom.idea-aedi |
| ArtifactId | ArtifactIdcommons |
| Last Version | Last Version2100.3.9 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncommons
It provides common util kit.
|
| Filename | Size |
|---|---|
| commons-2100.3.9.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.idea-aedi/commons/ -->
<dependency>
<groupId>com.idea-aedi</groupId>
<artifactId>commons</artifactId>
<version>2100.3.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.idea-aedi/commons/
implementation 'com.idea-aedi:commons:2100.3.9'
// https://jarcasting.com/artifacts/com.idea-aedi/commons/
implementation ("com.idea-aedi:commons:2100.3.9")
'com.idea-aedi:commons:pom:2100.3.9'
<dependency org="com.idea-aedi" name="commons" rev="2100.3.9">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.idea-aedi', module='commons', version='2100.3.9')
)
libraryDependencies += "com.idea-aedi" % "commons" % "2100.3.9"
[com.idea-aedi/commons "2100.3.9"]