Categories |
CategoriesMaven Build Tools ORM Data |
---|---|
GroupId | GroupIdcom.btmatthews.maven.plugins.ldap |
ArtifactId | ArtifactIdformat-dsml |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
format-dsml-1.2.0.pom | |
format-dsml-1.2.0.jar | 7 KB |
format-dsml-1.2.0-sources.jar | 6 KB |
format-dsml-1.2.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.btmatthews.maven.plugins.ldap/format-dsml/ -->
<dependency>
<groupId>com.btmatthews.maven.plugins.ldap</groupId>
<artifactId>format-dsml</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.maven.plugins.ldap/format-dsml/
implementation 'com.btmatthews.maven.plugins.ldap:format-dsml:1.2.0'
// https://jarcasting.com/artifacts/com.btmatthews.maven.plugins.ldap/format-dsml/
implementation ("com.btmatthews.maven.plugins.ldap:format-dsml:1.2.0")
'com.btmatthews.maven.plugins.ldap:format-dsml:jar:1.2.0'
<dependency org="com.btmatthews.maven.plugins.ldap" name="format-dsml" rev="1.2.0">
<artifact name="format-dsml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.maven.plugins.ldap', module='format-dsml', version='1.2.0')
)
libraryDependencies += "com.btmatthews.maven.plugins.ldap" % "format-dsml" % "1.2.0"
[com.btmatthews.maven.plugins.ldap/format-dsml "1.2.0"]