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