f

fgsms-discovery-dns

Agetns can use a DNS TXT record to locate the fgsms server
Files download
File Operation
fgsms-discovery-dns-7.0.0.jar download
fgsms-discovery-dns-7.0.0.pom download
fgsms-discovery-dns-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mil-oss</groupId>
  <artifactId>fgsms-discovery-dns</artifactId>
  <version>7.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.mil-oss:fgsms-discovery-dns:7.0.0'
Gradle Kotlin
implementation("org.mil-oss:fgsms-discovery-dns:7.0.0")
Scala SBT
libraryDependencies += "org.mil-oss" % "fgsms-discovery-dns" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.mil-oss', module='fgsms-discovery-dns', version='7.0.0')
)
Apache Ivy
<dependency org="org.mil-oss" name="fgsms-discovery-dns" rev="7.0.0" />
Leiningen
[org.mil-oss/fgsms-discovery-dns "7.0.0"]
Apache Buildr
'org.mil-oss:fgsms-discovery-dns:jar:7.0.0'