gethostname4j

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

License

License

GroupId

GroupId

com.kstruct
ArtifactId

ArtifactId

gethostname4j
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/mattsheppard/gethostname4j
Source Code Management

Source Code Management

http://github.com/mattsheppard/gethostname4j/tree/master

Download gethostname4j

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
net.java.dev.jna : jna jar 5.7.0
net.java.dev.jna : jna-platform jar 5.7.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.0.3
0.0.2
0.0.1