is not current version
Last Version 2.4.4

com.galenframework:galen-core 2.1.2

A library for layout testing of websites

GroupId

GroupId

com.galenframework
ArtifactId

ArtifactId

galen-core
Version

Version

2.1.2
Type

Type

jar

Download galen-core 2.1.2


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