g

gethostname4j

Simple JNA library to get the current machine's hostname from Java
https://github.com/mattsheppard/gethostname4j
MIT License
Matthew Sheppard
Files download
File Operation
gethostname4j-0.0.2.jar download
gethostname4j-0.0.2.pom download
gethostname4j-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.kstruct</groupId>
  <artifactId>gethostname4j</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.kstruct:gethostname4j:0.0.2'
Gradle Kotlin
implementation("com.kstruct:gethostname4j:0.0.2")
Scala SBT
libraryDependencies += "com.kstruct" % "gethostname4j" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.kstruct', module='gethostname4j', version='0.0.2')
)
Apache Ivy
<dependency org="com.kstruct" name="gethostname4j" rev="0.0.2" />
Leiningen
[com.kstruct/gethostname4j "0.0.2"]
Apache Buildr
'com.kstruct:gethostname4j:jar:0.0.2'