License |
License |
---|---|
GroupId | GroupIdcom.kstruct |
ArtifactId | ArtifactIdgethostname4j |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongethostname4j
Simple JNA library to get the current machine's hostname from Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gethostname4j-1.0.0.pom | |
gethostname4j-1.0.0.jar | 4 KB |
gethostname4j-1.0.0-sources.jar | 1 KB |
gethostname4j-1.0.0-javadoc.jar | 22 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 5.7.0 |
net.java.dev.jna : jna-platform | jar | 5.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |