is not current version
Last Version 22.01.1

org.flexiblepower.defpi:commons 18.6

Common Library Functionalities to be used across Orchestrator and ServiceLibrary

GroupId

GroupId

org.flexiblepower.defpi
ArtifactId

ArtifactId

commons
Version

Version

18.6
Type

Type

jar

Download commons 18.6


<!-- https://jarcasting.com/artifacts/org.flexiblepower.defpi/commons/ -->
<dependency>
    <groupId>org.flexiblepower.defpi</groupId>
    <artifactId>commons</artifactId>
    <version>18.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.flexiblepower.defpi/commons/
implementation 'org.flexiblepower.defpi:commons:18.6'
// https://jarcasting.com/artifacts/org.flexiblepower.defpi/commons/
implementation ("org.flexiblepower.defpi:commons:18.6")
'org.flexiblepower.defpi:commons:jar:18.6'
<dependency org="org.flexiblepower.defpi" name="commons" rev="18.6">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flexiblepower.defpi', module='commons', version='18.6')
)
libraryDependencies += "org.flexiblepower.defpi" % "commons" % "18.6"
[org.flexiblepower.defpi/commons "18.6"]