stringtemplate4 icon indicating copy to clipboard operation
stringtemplate4 copied to clipboard

Please document the Maven coordinates

Open toolforger opened this issue 12 years ago • 9 comments
trafficstars

I searched for "stringtemplate" which gave me org.antlr:stringtemplate, which ends at the deprecated 4.0.2 version (which promptly triggered the "does not recognize the delimiters clause in files' bug and sent me on an extended bug hunt). The mention should go on http://www.antlr.org/wiki/display/ST4/Using+StringTemplate+with+Java#UsingStringTemplatewithJava-install .

Thanks!

toolforger avatar Aug 25 '13 12:08 toolforger

You are looking for org.antlr:ST4

sharwell avatar Aug 25 '13 16:08 sharwell

Hello, why did you change the name of the artifact ?

ldez avatar Jan 18 '14 17:01 ldez

Artifacts on Maven Central change their naming scheme quite often actually. It's particularly common when artifact maintainership changes, Maven Central once changed naming policy, and sometimes project requirements change. I don't know what happened in antlr's case though.

toolforger avatar Jan 19 '14 12:01 toolforger

Thanks for the pointer to ST4! I wasn't aware because org.antlr:ST4 isn't mentioned anywhere on the project page; can you add a reference?

toolforger avatar Jan 19 '14 12:01 toolforger

This information should be on the main page.

atamanroman avatar Feb 16 '15 10:02 atamanroman

@atamanroman It is in the README.md file. Are you looking for it somewhere else as well?

sharwell avatar Feb 16 '15 14:02 sharwell

@sharwell Yes! Conventionally most maven projects have their artifact information at the project or download page (http://www.stringtemplate.org/download.html), especially if it is not obvious (ST4). I don't wan't to have to look at the repository (be it README.md or pom.xml) just to find the correct dependency.

atamanroman avatar Feb 16 '15 14:02 atamanroman

I'll add to http://www.stringtemplate.org/download.html

parrt avatar Feb 16 '15 16:02 parrt

I think the coordinates should go anywhere "installation" is mentioned - most Java people "install" via a Maven repository. By that definition, I found https://theantlrguy.atlassian.net/wiki/display/ST4/Using+StringTemplate+with+Java#UsingStringTemplatewithJava-install to be missing Maven coordinates, too.

toolforger avatar Feb 18 '15 11:02 toolforger