GroupId | GroupIdcom.tridion.smarttarget |
---|---|
ArtifactId | ArtifactIdsmarttarget_core |
Version | Version8.1.1 |
Type | Typejar |
Filename | Size |
---|---|
smarttarget_core-8.1.1.pom | |
smarttarget_core-8.1.1.jar | 520 KB |
smarttarget_core-8.1.1-sources.jar | 189 bytes |
smarttarget_core-8.1.1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.tridion.smarttarget/smarttarget_core/ -->
<dependency>
<groupId>com.tridion.smarttarget</groupId>
<artifactId>smarttarget_core</artifactId>
<version>8.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tridion.smarttarget/smarttarget_core/
implementation 'com.tridion.smarttarget:smarttarget_core:8.1.1'
// https://jarcasting.com/artifacts/com.tridion.smarttarget/smarttarget_core/
implementation ("com.tridion.smarttarget:smarttarget_core:8.1.1")
'com.tridion.smarttarget:smarttarget_core:jar:8.1.1'
<dependency org="com.tridion.smarttarget" name="smarttarget_core" rev="8.1.1">
<artifact name="smarttarget_core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tridion.smarttarget', module='smarttarget_core', version='8.1.1')
)
libraryDependencies += "com.tridion.smarttarget" % "smarttarget_core" % "8.1.1"
[com.tridion.smarttarget/smarttarget_core "8.1.1"]