is not current version
Last Version 1.0.0

com.kstruct:gethostname4j 0.0.1

Simple JNA library to get the current machine's hostname from Java

GroupId

GroupId

com.kstruct
ArtifactId

ArtifactId

gethostname4j
Version

Version

0.0.1
Type

Type

jar

Download gethostname4j 0.0.1


<!-- https://jarcasting.com/artifacts/com.kstruct/gethostname4j/ -->
<dependency>
    <groupId>com.kstruct</groupId>
    <artifactId>gethostname4j</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.kstruct/gethostname4j/
implementation 'com.kstruct:gethostname4j:0.0.1'
// https://jarcasting.com/artifacts/com.kstruct/gethostname4j/
implementation ("com.kstruct:gethostname4j:0.0.1")
'com.kstruct:gethostname4j:jar:0.0.1'
<dependency org="com.kstruct" name="gethostname4j" rev="0.0.1">
  <artifact name="gethostname4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kstruct', module='gethostname4j', version='0.0.1')
)
libraryDependencies += "com.kstruct" % "gethostname4j" % "0.0.1"
[com.kstruct/gethostname4j "0.0.1"]