Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evolution-gaming/hostname
Provide hostname in scala/java
https://github.com/evolution-gaming/hostname
hostname scala
Last synced: about 2 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T11:38:00.000Z (6 months ago)
- Last Synced: 2024-07-18T14:17:23.106Z (6 months ago)
- Topics: hostname, scala
- Language: Scala
- Size: 15.6 KB
- Stars: 2
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hostname
[![Build Status](https://github.com/evolution-gaming/hostname/workflows/CI/badge.svg)](https://github.com/evolution-gaming/hostname/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/evolution-gaming/hostname/badge.svg?branch=master)](https://coveralls.io/github/evolution-gaming/hostname?branch=master)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/56de85f1728d4f1d806008aaaefbfa69)](https://www.codacy.com/app/evolution-gaming/hostname?utm_source=github.com&utm_medium=referral&utm_content=evolution-gaming/hostname&utm_campaign=Badge_Grade)
[![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=hostname_2.13&repos=public)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](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"
```