is not current version
Last Version 2.1.11

org.dd4t:dd4t-core 2.1.4

Contains core functions for the dd4t framework.

GroupId

GroupId

org.dd4t
ArtifactId

ArtifactId

dd4t-core
Version

Version

2.1.4
Type

Type

jar

Download dd4t-core 2.1.4


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