| License |
License |
|---|---|
| GroupId | GroupIdcom.nixend |
| ArtifactId | ArtifactIdmanny |
| Last Version | Last Version1.2.6 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| manny-1.2.6.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nixend/manny/ -->
<dependency>
<groupId>com.nixend</groupId>
<artifactId>manny</artifactId>
<version>1.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nixend/manny/
implementation 'com.nixend:manny:1.2.6'
// https://jarcasting.com/artifacts/com.nixend/manny/
implementation ("com.nixend:manny:1.2.6")
'com.nixend:manny:pom:1.2.6'
<dependency org="com.nixend" name="manny" rev="1.2.6">
<artifact name="manny" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nixend', module='manny', version='1.2.6')
)
libraryDependencies += "com.nixend" % "manny" % "1.2.6"
[com.nixend/manny "1.2.6"]