is not current version
Last Version 2.0.1

com.rapid7.communityid:community-id-java 2.0.0

A Java implementation of the Community ID flow hashing standard (https://github.com/corelight/community-id-spec)

Categories

Categories

Java Languages Unity Business Logic Libraries Game Development
GroupId

GroupId

com.rapid7.communityid
ArtifactId

ArtifactId

community-id-java
Version

Version

2.0.0
Type

Type

jar

Download community-id-java 2.0.0


<!-- https://jarcasting.com/artifacts/com.rapid7.communityid/community-id-java/ -->
<dependency>
    <groupId>com.rapid7.communityid</groupId>
    <artifactId>community-id-java</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rapid7.communityid/community-id-java/
implementation 'com.rapid7.communityid:community-id-java:2.0.0'
// https://jarcasting.com/artifacts/com.rapid7.communityid/community-id-java/
implementation ("com.rapid7.communityid:community-id-java:2.0.0")
'com.rapid7.communityid:community-id-java:jar:2.0.0'
<dependency org="com.rapid7.communityid" name="community-id-java" rev="2.0.0">
  <artifact name="community-id-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rapid7.communityid', module='community-id-java', version='2.0.0')
)
libraryDependencies += "com.rapid7.communityid" % "community-id-java" % "2.0.0"
[com.rapid7.communityid/community-id-java "2.0.0"]