Last Version

java-os-detector 0.2.0

Java library which returns normalized OS and architecture name based on os.name and os.arch system properties.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.tnakamot
ArtifactId

ArtifactId

java-os-detector
Version

Version

0.2.0
Type

Type

jar
Description

Description

java-os-detector
Java library which returns normalized OS and architecture name based on os.name and os.arch system properties.
Project URL

Project URL

https://github.com/tnakamot/java-os-detector
Project Organization

Project Organization

com.github.tnakamot
Source Code Management

Source Code Management

https://github.com/tnakamot/java-os-detector

Download java-os-detector 0.2.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10

Project Modules

There are no modules declared in this project.