Values.MavenReferenceSourceThe information required to specify a Maven reference. You can use Maven references to specify dependency JAR files.
type nonrec t = {groupId : MavenGroupId.t;The group ID of the Maven reference.
*)artifactId : MavenArtifactId.t;The artifact ID of the Maven reference.
*)version : MavenVersion.t;The version of the Maven reference.
*)}val make :
groupId:MavenGroupId.t ->
artifactId:MavenArtifactId.t ->
version:MavenVersion.t ->
unit ->
t