p

profilestores

Profile Store Implementations.
http://incubator.apache.org/isis/${relativeUrl}
Files download
File Operation
profilestores-0.2.0-incubating.pom download
Apache Maven
<dependency>
  <groupId>org.apache.isis.runtimes.dflt</groupId>
  <artifactId>profilestores</artifactId>
  <version>0.2.0-incubating</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.isis.runtimes.dflt:profilestores:0.2.0-incubating'
Gradle Kotlin
implementation("org.apache.isis.runtimes.dflt:profilestores:0.2.0-incubating")
Scala SBT
libraryDependencies += "org.apache.isis.runtimes.dflt" % "profilestores" % "0.2.0-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.isis.runtimes.dflt', module='profilestores', version='0.2.0-incubating')
)
Apache Ivy
<dependency org="org.apache.isis.runtimes.dflt" name="profilestores" rev="0.2.0-incubating" />
Leiningen
[org.apache.isis.runtimes.dflt/profilestores "0.2.0-incubating"]
Apache Buildr
'org.apache.isis.runtimes.dflt:profilestores:jar:0.2.0-incubating'