p

profile-preferences

Profile preferences
Files download
File Operation
profile-preferences-0.0.1.jar download
profile-preferences-0.0.1.pom download
profile-preferences-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.smartrplace.tools</groupId>
  <artifactId>profile-preferences</artifactId>
  <version>0.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.smartrplace.tools:profile-preferences:0.0.1'
Gradle Kotlin
implementation("org.smartrplace.tools:profile-preferences:0.0.1")
Scala SBT
libraryDependencies += "org.smartrplace.tools" % "profile-preferences" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.smartrplace.tools', module='profile-preferences', version='0.0.1')
)
Apache Ivy
<dependency org="org.smartrplace.tools" name="profile-preferences" rev="0.0.1" />
Leiningen
[org.smartrplace.tools/profile-preferences "0.0.1"]
Apache Buildr
'org.smartrplace.tools:profile-preferences:jar:0.0.1'