GroupId | GroupIdcom.tridion.smarttarget |
---|---|
ArtifactId | ArtifactIdsmarttarget_core |
Version | Version8.5.0 |
Type | Typejar |
Filename | Size |
---|---|
smarttarget_core-8.5.0.pom | |
smarttarget_core-8.5.0.jar | 521 KB |
smarttarget_core-8.5.0-sources.jar | 189 bytes |
smarttarget_core-8.5.0-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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.tridion.smarttarget/smarttarget_core/
implementation 'com.tridion.smarttarget:smarttarget_core:8.5.0'
// https://jarcasting.com/artifacts/com.tridion.smarttarget/smarttarget_core/
implementation ("com.tridion.smarttarget:smarttarget_core:8.5.0")
'com.tridion.smarttarget:smarttarget_core:jar:8.5.0'
<dependency org="com.tridion.smarttarget" name="smarttarget_core" rev="8.5.0">
<artifact name="smarttarget_core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tridion.smarttarget', module='smarttarget_core', version='8.5.0')
)
libraryDependencies += "com.tridion.smarttarget" % "smarttarget_core" % "8.5.0"
[com.tridion.smarttarget/smarttarget_core "8.5.0"]