Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.btmatthews.maven.plugins.ldap |
ArtifactId | ArtifactIdparent |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.3.1.pom | 20 KB |
parent-1.3.1-site.xml | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.btmatthews.maven.plugins.ldap/parent/ -->
<dependency>
<groupId>com.btmatthews.maven.plugins.ldap</groupId>
<artifactId>parent</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.maven.plugins.ldap/parent/
implementation 'com.btmatthews.maven.plugins.ldap:parent:1.3.1'
// https://jarcasting.com/artifacts/com.btmatthews.maven.plugins.ldap/parent/
implementation ("com.btmatthews.maven.plugins.ldap:parent:1.3.1")
'com.btmatthews.maven.plugins.ldap:parent:pom:1.3.1'
<dependency org="com.btmatthews.maven.plugins.ldap" name="parent" rev="1.3.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.maven.plugins.ldap', module='parent', version='1.3.1')
)
libraryDependencies += "com.btmatthews.maven.plugins.ldap" % "parent" % "1.3.1"
[com.btmatthews.maven.plugins.ldap/parent "1.3.1"]