is not current version
Last Version 5.1.2

co.cask.cdap:UserProfiles 3.5.5


GroupId

GroupId

co.cask.cdap
ArtifactId

ArtifactId

UserProfiles
Version

Version

3.5.5
Type

Type

jar

Download UserProfiles 3.5.5


<!-- https://jarcasting.com/artifacts/co.cask.cdap/UserProfiles/ -->
<dependency>
    <groupId>co.cask.cdap</groupId>
    <artifactId>UserProfiles</artifactId>
    <version>3.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/co.cask.cdap/UserProfiles/
implementation 'co.cask.cdap:UserProfiles:3.5.5'
// https://jarcasting.com/artifacts/co.cask.cdap/UserProfiles/
implementation ("co.cask.cdap:UserProfiles:3.5.5")
'co.cask.cdap:UserProfiles:jar:3.5.5'
<dependency org="co.cask.cdap" name="UserProfiles" rev="3.5.5">
  <artifact name="UserProfiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.cask.cdap', module='UserProfiles', version='3.5.5')
)
libraryDependencies += "co.cask.cdap" % "UserProfiles" % "3.5.5"
[co.cask.cdap/UserProfiles "3.5.5"]