Official Content

Sets the ID of the Java Artifact associated with the External Object.

Scope

Objects: External Object
Generators: Java

Description

Java Artifact Id is a string of text that follows the Gradle format:

GroupName:ArtifactName

  • Group Name: This is the name of the organization or group that publishes the package. For example, "com.example."
  • Artifact Name: This is the name of the package itself. For example, "my-library."

More information: https://docs.gradle.org/current/userguide/declaring_dependencies.html

Keep in mind the points below when configuring the property:

  1. Avoid using unsupported characters, such as spaces and special characters.

  2. The property is case-sensitive.

Also, this property can be used instead of or in addition to the Java Artifact Version property. If both are specified, both will be considered.

Samples

com.genexus:gxwebsocket
com.dameng:DmJdbcDriver18

How to apply changes

To apply the corresponding changes when the property value is configured, Build any object.

Availability

This property is available since GeneXus 18 Upgrade 3.

Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant