| Группа | Группаcom.github.titisan |
|---|---|
| Идентификатор | Идентификаторldap_exporter_httpserver |
| Версия | Версия0.2.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.titisan/ldap_exporter_httpserver/ -->
<dependency>
<groupId>com.github.titisan</groupId>
<artifactId>ldap_exporter_httpserver</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.titisan/ldap_exporter_httpserver/
implementation 'com.github.titisan:ldap_exporter_httpserver:0.2.0'
// https://jarcasting.com/artifacts/com.github.titisan/ldap_exporter_httpserver/
implementation ("com.github.titisan:ldap_exporter_httpserver:0.2.0")
'com.github.titisan:ldap_exporter_httpserver:jar:0.2.0'
<dependency org="com.github.titisan" name="ldap_exporter_httpserver" rev="0.2.0">
<artifact name="ldap_exporter_httpserver" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.titisan', module='ldap_exporter_httpserver', version='0.2.0')
)
libraryDependencies += "com.github.titisan" % "ldap_exporter_httpserver" % "0.2.0"
[com.github.titisan/ldap_exporter_httpserver "0.2.0"]