Giter Site home page Giter Site logo

Comments (6)

jjaquinta avatar jjaquinta commented on July 17, 2024

It is. Although it lags this release a bit. I'm not a maven user so I can't point you at it. But if you search maven, you should find it.

from alexa-skills-kit-sdk-for-java.

fzakaria avatar fzakaria commented on July 17, 2024

For those curious:

      <dependency>
            <groupId>com.amazon.alexa</groupId>
            <artifactId>alexa-skills-kit</artifactId>
            <version>1.1</version>
        </dependency>

Do you guys take pull-requests ?

from alexa-skills-kit-sdk-for-java.

fzakaria avatar fzakaria commented on July 17, 2024

@jjaquinta what's frustrating about what's published to maven is that I don't think there' a valid pom.xml which means all the dependencies aren't picked up

from alexa-skills-kit-sdk-for-java.

fzakaria avatar fzakaria commented on July 17, 2024

For those curious here is what you might need to add to the pom.xml since it doesn't pull anything transitively

        <!-- ALEXA DEPENDENCIES: Does not publish a POM! -->
        <dependency>
            <groupId>com.amazon.alexa</groupId>
            <artifactId>alexa-skills-kit</artifactId>
            <version>1.1</version>
        </dependency>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>javax.servlet-api</artifactId>
            <version>3.1.0</version>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
            <version>2.4</version>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>3.0</version>
        </dependency>
        <dependency>
            <groupId>com.amazonaws</groupId>
            <artifactId>aws-lambda-java-core</artifactId>
            <version>${lambda.version}</version>
        </dependency>
        <dependency>
            <groupId>com.amazonaws</groupId>
            <artifactId>aws-lambda-java-events</artifactId>
            <version>${lambda.version}</version>
        </dependency>
        <dependency>
            <groupId>com.amazonaws</groupId>
            <artifactId>aws-lambda-java-log4j</artifactId>
            <version>1.0.0</version>
            <scope>runtime</scope>
        </dependency>
        <!-- ALEXA DEPENDENCIES -->
```xml

from alexa-skills-kit-sdk-for-java.

jjaquinta avatar jjaquinta commented on July 17, 2024

I can't help you there. As I said, I don't use maven. The skills I write are, generally, professional skills, and I will not use Maven, Grade, or any similar build tool in a professional context. I can't afford to have dependencies pulled in without me, or my legal team, vetting them.
However, I did download this project, and I did run maven on it using the pom.xml file in the examples branch, in order to pull down those dependencies. I then vetted and copied them manually.

from alexa-skills-kit-sdk-for-java.

fzakaria avatar fzakaria commented on July 17, 2024

btw, publishing a POM will help other developers know what version of each dependency the library was intended for use with...
I think its odd to publish the JAR to a maven repository but the accompanying metadata (or the sources JAR/Javadoc)

from alexa-skills-kit-sdk-for-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.