Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

io.syntaxsugar.dataweave.jwt-dw-module 1.1.0-SNAPSHOT Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.syntaxsugar.dataweave</groupId>
  <artifactId>jwt-dw-module</artifactId>
  <version>1.1.0-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

Install by downloading latest JAR and manually install into your local maven repo or...

Add the following to your ~/.m2/settings.xml to use mulesoft-consulting maven repo:

  <profiles>
    <profile>
      <id>github-mulesoft-consulting</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <repositories>
        <repository>
          <id>github-mulesoft-consulting</id>
          <url>https://maven.pkg.github.com/mulesoft-consulting/*</url>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>
      </repositories>
    </profile>
  </profiles>
  <servers>
    <server>
      <id>github-mulesoft-consulting</id>
      <username>USERNAME</username>
      <password>PERSONAL ACCESS TOKEN (just needs the read:packages scope)</password>
    </server>
  </servers>

Details


Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0


Recent versions