is not current version
Last Version 22.01.1

org.flexiblepower.defpi:commons 19.10.1

Common Library Functionalities to be used across Orchestrator and ServiceLibrary

GroupId

GroupId

org.flexiblepower.defpi
ArtifactId

ArtifactId

commons
Version

Version

19.10.1
Type

Type

jar

Download commons 19.10.1


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