[keycloak-user] How to get java libraries

Robert Smol robert.smol at stereoit.com
Tue Aug 21 04:43:45 EDT 2018


Thanks alot!

I've managed to update the gradle to:

apply plugin: "java"

repositories {
    mavenCentral()
}

dependencies {
    compile 'org.keycloak:keycloak-server-spi:4.3.0.Final'
    compile 'org.keycloak:keycloak-services:4.3.0.Final'
}


And it works.

Robert

On Tue, Aug 21, 2018 at 9:32 AM Billiet Tom <Tom.Billiet at technicolor.com>
wrote:

> You can add the required dependencies in your build environment
> (gradle/maven)
>
> Search mavencentral: https://search.maven.org/search?q=g:org.keycloak
>
> org.keycloak:keycloak-server-spi and org.keycloak:keycloak-services are
> some likely candidates you need.
>
>
> Tom
> ------------------------------
> *From:* keycloak-user-bounces at lists.jboss.org <
> keycloak-user-bounces at lists.jboss.org> on behalf of Robert Smol <
> robert.smol at stereoit.com>
> *Sent:* Tuesday, August 21, 2018 9:10:14 AM
> *To:* rafaelweingartner at gmail.com
> *Cc:* keycloak-user at lists.jboss.org
> *Subject:* Re: [keycloak-user] How to get java libraries
>
> ** WARNING: This mail is from an external source **
>
>
> I am sorry but I do not think I follow. Of course I did have a look at the
> github site, it has 130mb of downloads and the README describes how to
> build keycloak.
>
> What I need is to be able to have completion in lets say IDEA, I need to
> override User SPI from org.keycloak.storage. But when I type it into IDEA,
> it says it cannot fined the libraries.
>
> In other languages I can just <npm|pip|go|composer> install package and you
> are set to go. Nothing like that in Java|Keycloak world? You need to
> download all source code for all libraries you want to use?
>
> Robert
>
> On Tue, Aug 21, 2018 at 2:57 AM Rafael Weingärtner <
> rafaelweingartner at gmail.com> wrote:
>
> > You can find the code at github.com/keycloak
> >
> > Em seg, 20 de ago de 2018 21:43, Robert Smol <robert.smol at stereoit.com>
> > escreveu:
> >
> >> Hi,
> >>
> >> where do I get Java libraries so I can develop against the Keycloak? I
> >> would like to implement some interfaces from `org.keycloak.storage` but
> I
> >> cannot find those anywhere.
> >>
> >> I've looked at
> >> https://www.keycloak.org/docs/latest/server_development/index.html but
> >> there is no such information.
> >>
> >> I am new to Java, but I know I either need to provide some jar files or
> >> use
> >> gradle/maven to load the modules?
> >>
> >> Thanks,
> >>
> >> Robert
> >> _______________________________________________
> >> keycloak-user mailing list
> >> keycloak-user at lists.jboss.org
> >> https://lists.jboss.org/mailman/listinfo/keycloak-user
> >>
> >
>
> --
> stereoIT  s.r.o.
> Heřmanova 23
> 107 00 Praha 7
> mob: +420 776 76 23 78
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>


-- 
stereoIT  s.r.o.
Heřmanova 23
107 00 Praha 7
mob: +420 776 76 23 78


More information about the keycloak-user mailing list