m

mango-pom

A set of utilities and tools to speed up and ease programming in Java.
http://www.gengoai.com/mango
Apache License, Version 2.0
David B. Bracewell
Files download
File Operation
mango-pom-1.0.pom download
Apache Maven
<dependency>
  <groupId>com.gengoai</groupId>
  <artifactId>mango-pom</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.gengoai:mango-pom:1.0'
Gradle Kotlin
implementation("com.gengoai:mango-pom:1.0")
Scala SBT
libraryDependencies += "com.gengoai" % "mango-pom" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.gengoai', module='mango-pom', version='1.0')
)
Apache Ivy
<dependency org="com.gengoai" name="mango-pom" rev="1.0" />
Leiningen
[com.gengoai/mango-pom "1.0"]
Apache Buildr
'com.gengoai:mango-pom:jar:1.0'
Dependencies
The project has no third-party dependencies