ip4s-core


License

License

GroupId

GroupId

com.comcast
ArtifactId

ArtifactId

ip4s-core_sjs0.6_2.11
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

ip4s-core
ip4s-core
Project URL

Project URL

https://github.com/comcast/ip4s
Project Organization

Project Organization

Comcast Cable Communications Management, LLC
Source Code Management

Source Code Management

https://github.com/comcast/ip4s

Download ip4s-core_sjs0.6_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.comcast/ip4s-core_sjs0.6_2.11/ -->
<dependency>
    <groupId>com.comcast</groupId>
    <artifactId>ip4s-core_sjs0.6_2.11</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.comcast/ip4s-core_sjs0.6_2.11/
implementation 'com.comcast:ip4s-core_sjs0.6_2.11:1.3.0'
// https://jarcasting.com/artifacts/com.comcast/ip4s-core_sjs0.6_2.11/
implementation ("com.comcast:ip4s-core_sjs0.6_2.11:1.3.0")
'com.comcast:ip4s-core_sjs0.6_2.11:jar:1.3.0'
<dependency org="com.comcast" name="ip4s-core_sjs0.6_2.11" rev="1.3.0">
  <artifact name="ip4s-core_sjs0.6_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.comcast', module='ip4s-core_sjs0.6_2.11', version='1.3.0')
)
libraryDependencies += "com.comcast" % "ip4s-core_sjs0.6_2.11" % "1.3.0"
[com.comcast/ip4s-core_sjs0.6_2.11 "1.3.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.scala-js : scalajs-library_2.11 jar 0.6.28

provided (1)

Group / Artifact Type Version
org.scala-lang : scala-reflect jar 2.11.12

Project Modules

There are no modules declared in this project.

Published Artifact

ip4s: IP Addresses for Scala & Scala.js

This project defines immutable, safe data structures for describing IP addresses, multicast joins, socket addresses and similar IP & network related data types.

There are two defining characteristics of this project that make it different from other similar projects:

  • all data types are immutable and every function/method is referentially transparent (e.g., no accidental DNS lookups by calling InetAddress.getByName(...))
  • published for both Scala and Scala.js

See the guide and ScalaDoc for more details.

Getting Binaries

This library is published on Maven Central under group id com.comcast and artifact id ip4s-core_${scalaBinaryVersion}. Add the following to your SBT build:

libraryDependencies += "com.comcast" %% "ip4s-core" % "version"

Interop

As of 1.4, ip4s depends on cats and provides type class instances directly in data type companion objects. For Scalaz support, we recommend shims.

Copyright and License

This project is made available under the Apache License, Version 2.0. Copyright information can be found in NOTICE.

Code of Conduct

See the Code of Conduct.

com.comcast
Comcast brings together the best in media and technology to create the world's best entertainment and online experiences

Versions

Version
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0