Files download
File Operation
shared-plugin-settings-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>no.steria.osgi.jsr330activator.gogoshell.build</groupId>
  <artifactId>shared-plugin-settings</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'no.steria.osgi.jsr330activator.gogoshell.build:shared-plugin-settings:1.1.0'
Gradle Kotlin
implementation("no.steria.osgi.jsr330activator.gogoshell.build:shared-plugin-settings:1.1.0")
Scala SBT
libraryDependencies += "no.steria.osgi.jsr330activator.gogoshell.build" % "shared-plugin-settings" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='no.steria.osgi.jsr330activator.gogoshell.build', module='shared-plugin-settings', version='1.1.0')
)
Apache Ivy
<dependency org="no.steria.osgi.jsr330activator.gogoshell.build" name="shared-plugin-settings" rev="1.1.0" />
Leiningen
[no.steria.osgi.jsr330activator.gogoshell.build/shared-plugin-settings "1.1.0"]
Apache Buildr
'no.steria.osgi.jsr330activator.gogoshell.build:shared-plugin-settings:jar:1.1.0'