| License |
License |
|---|---|
| GroupId | GroupIdcom.gengoai |
| ArtifactId | ArtifactIdmango-pom |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncom.gengoai:mango-pom
A set of utilities and tools to speed up and ease programming in Java.
|
| Filename | Size |
|---|---|
| mango-pom-1.0.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gengoai/mango-pom/ -->
<dependency>
<groupId>com.gengoai</groupId>
<artifactId>mango-pom</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gengoai/mango-pom/
implementation 'com.gengoai:mango-pom:1.0'
// https://jarcasting.com/artifacts/com.gengoai/mango-pom/
implementation ("com.gengoai:mango-pom:1.0")
'com.gengoai:mango-pom:pom:1.0'
<dependency org="com.gengoai" name="mango-pom" rev="1.0">
<artifact name="mango-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gengoai', module='mango-pom', version='1.0')
)
libraryDependencies += "com.gengoai" % "mango-pom" % "1.0"
[com.gengoai/mango-pom "1.0"]