Package net.sourceforge.urin

Examples of net.sourceforge.urin.UrinReference.asString()


                                "   <artifactId>xazzle</artifactId>\n" +
                                "   <version>" + version + "</version>\n" +
                                "</dependency>")
                        ),
                        listItemTag(
                                xhtmlText("or as the full source code including tests etc. using Subversion from "), codeTag(anchorTag(xhtmlText(svnUri.asString())).withHref(XazzlePage.href(svnUri))), xhtmlText(".")
                        )
                ),
                paragraphTag(
                        xhtmlText("Previous versions are "), anchorTag(xhtmlText("also available")).withHref(XazzlePage.href(https(registeredName("sourceforge.net"), path("projects", "xazzle", "files")))), xhtmlText(".")
                )
View Full Code Here


                                pomTag(tagName("url"), text("http://www.apache.org/licenses/LICENSE-2.0.txt")),
                                pomTag(tagName("distribution"), text("repo"))
                        )
                ),
                pomTag(tagName("scm"),
                        pomTag(tagName("url"), text(svnUri.asString()))
                ),
                pomTag(tagName("dependencies"),
                        pomTag(tagName("dependency"),
                                pomTag(tagName("groupId"), text("net.sourceforge.writexml")),
                                pomTag(tagName("artifactId"), text("writexml")),
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.