o

openstack-keystone

jclouds components to access an implementation of OpenStack Keystone
Files download
File Operation
openstack-keystone-2.0.1.jar download
openstack-keystone-2.0.1.pom download
openstack-keystone-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amysta.jclouds.api</groupId>
  <artifactId>openstack-keystone</artifactId>
  <version>2.0.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.amysta.jclouds.api:openstack-keystone:2.0.1'
Gradle Kotlin
implementation("com.amysta.jclouds.api:openstack-keystone:2.0.1")
Scala SBT
libraryDependencies += "com.amysta.jclouds.api" % "openstack-keystone" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.amysta.jclouds.api', module='openstack-keystone', version='2.0.1')
)
Apache Ivy
<dependency org="com.amysta.jclouds.api" name="openstack-keystone" rev="2.0.1" />
Leiningen
[com.amysta.jclouds.api/openstack-keystone "2.0.1"]
Apache Buildr
'com.amysta.jclouds.api:openstack-keystone:jar:2.0.1'