License |
License |
---|---|
GroupId | GroupIdme.aifaq |
ArtifactId | ArtifactIdcommons |
Version | Version0.9 |
Type | Typepom |
Description |
Descriptioncommons
aggregate some useful class for java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-0.9.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.aifaq/commons/ -->
<dependency>
<groupId>me.aifaq</groupId>
<artifactId>commons</artifactId>
<version>0.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.aifaq/commons/
implementation 'me.aifaq:commons:0.9'
// https://jarcasting.com/artifacts/me.aifaq/commons/
implementation ("me.aifaq:commons:0.9")
'me.aifaq:commons:pom:0.9'
<dependency org="me.aifaq" name="commons" rev="0.9">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.aifaq', module='commons', version='0.9')
)
libraryDependencies += "me.aifaq" % "commons" % "0.9"
[me.aifaq/commons "0.9"]