License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.nixend |
ArtifactId | ArtifactIdmanny-provider |
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 |
Filename | Size |
---|---|
manny-provider-1.2.6.pom | 750 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.nixend/manny-provider/ -->
<dependency>
<groupId>com.nixend</groupId>
<artifactId>manny-provider</artifactId>
<version>1.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nixend/manny-provider/
implementation 'com.nixend:manny-provider:1.2.6'
// https://jarcasting.com/artifacts/com.nixend/manny-provider/
implementation ("com.nixend:manny-provider:1.2.6")
'com.nixend:manny-provider:pom:1.2.6'
<dependency org="com.nixend" name="manny-provider" rev="1.2.6">
<artifact name="manny-provider" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nixend', module='manny-provider', version='1.2.6')
)
libraryDependencies += "com.nixend" % "manny-provider" % "1.2.6"
[com.nixend/manny-provider "1.2.6"]