MVN

org.lfenergy.shapeshifter : shapeshifter-core

Maven & Gradle

Aug 21, 2023

Shapeshifter Core · Library to connect your application to UFTP. Provides UFTP protocol handling (sealing, unsealing of messages, serialisation and deserialisation)

<dependency>
    <groupId>org.lfenergy.shapeshifter</groupId>
    <artifactId>shapeshifter-core</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lfenergy.shapeshifter : shapeshifter-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of org.lfenergy.shapeshifter : shapeshifter-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
shapeshifter-core-1.1.3
shapeshifter-core-1.1.2
shapeshifter-core-1.1.1
shapeshifter-core-1.1.0
1.0.x
shapeshifter-core-1.0.2
shapeshifter-core-1.0.1
shapeshifter-core-1.0.0
0.3.x
shapeshifter-core-0.3.0

How to add a dependency to Maven

Add the following org.lfenergy.shapeshifter : shapeshifter-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lfenergy.shapeshifter</groupId>
    <artifactId>shapeshifter-core</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lfenergy.shapeshifter : shapeshifter-core gradle dependency to your build.gradle file:

implementation 'org.lfenergy.shapeshifter:shapeshifter-core:1.1.3'

Gradle Kotlin DSL: Add the following org.lfenergy.shapeshifter : shapeshifter-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lfenergy.shapeshifter:shapeshifter-core:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lfenergy.shapeshifter : shapeshifter-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lfenergy.shapeshifter" % "shapeshifter-core" % "1.1.3"