Sets the ID of the Java Artifact associated with the External Object.
Objects: External Object
Generators: Java
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:
-
Avoid using unsupported characters, such as spaces and special characters.
-
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.
com.genexus:gxwebsocket
com.dameng:DmJdbcDriver18
To apply the corresponding changes when the property value is configured, Build any object.
This property is available since GeneXus 18 Upgrade 3.