| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.kstruct |
| Идентификатор | Идентификаторgethostname4j |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеgethostname4j
Simple JNA library to get the current machine's hostname from Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.java.dev.jna : jna | jar | 5.7.0 |
| net.java.dev.jna : jna-platform | jar | 5.7.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |