o

ontopia-tmprefs

Ontopia TopicMapPreferences provides a java.util.prefs.Preferences implementation that reads and writes Preferences from and to Topic Maps.
Files download
File Operation
ontopia-tmprefs-5.4.0.jar download
ontopia-tmprefs-5.4.0.pom download
ontopia-tmprefs-5.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.ontopia</groupId>
  <artifactId>ontopia-tmprefs</artifactId>
  <version>5.4.0</version>
</dependency>
Gradle Groovy
implementation 'net.ontopia:ontopia-tmprefs:5.4.0'
Gradle Kotlin
implementation("net.ontopia:ontopia-tmprefs:5.4.0")
Scala SBT
libraryDependencies += "net.ontopia" % "ontopia-tmprefs" % "5.4.0"
Groovy Grape
@Grapes(
  @Grab(group='net.ontopia', module='ontopia-tmprefs', version='5.4.0')
)
Apache Ivy
<dependency org="net.ontopia" name="ontopia-tmprefs" rev="5.4.0" />
Leiningen
[net.ontopia/ontopia-tmprefs "5.4.0"]
Apache Buildr
'net.ontopia:ontopia-tmprefs:jar:5.4.0'