https://github.com/evolution-gaming/hostname
Provide hostname in scala/java
https://github.com/evolution-gaming/hostname
hostname scala
Last synced: 3 months ago
JSON representation
Provide hostname in scala/java
- Host: GitHub
- URL: https://github.com/evolution-gaming/hostname
- Owner: evolution-gaming
- License: mit
- Created: 2018-10-19T17:53:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-17T08:15:06.000Z (about 1 year ago)
- Last Synced: 2025-06-30T06:42:12.752Z (11 months ago)
- Topics: hostname, scala
- Language: Scala
- Size: 20.5 KB
- Stars: 2
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hostname
[](https://github.com/evolution-gaming/hostname/actions?query=workflow%3ACI)
[](https://coveralls.io/github/evolution-gaming/hostname?branch=master)
[](https://app.codacy.com/gh/evolution-gaming/hostname/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=hostname_2.13&repos=public)
[](https://opensource.org/licenses/MIT)
## Usage
```scala
com.evolutiongaming.hostname.HostName() // MacBook-t3hnar
```
## Setup
```scala
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")
libraryDependencies += "com.evolutiongaming" %% "hostname" % "0.2.0"
```