<dependency> <groupId>org.picketbox</groupId> <artifactId>http-cert</artifactId> <version>5.0.0-2013Jan04</version> <type>war</type> </dependency>
implementation 'org.picketbox:http-cert:5.0.0-2013Jan04'
implementation("org.picketbox:http-cert:5.0.0-2013Jan04")
libraryDependencies += "org.picketbox" % "http-cert" % "5.0.0-2013Jan04"
@Grapes( @Grab(group='org.picketbox', module='http-cert', version='5.0.0-2013Jan04') )
<dependency org="org.picketbox" name="http-cert" rev="5.0.0-2013Jan04" />
[org.picketbox/http-cert "5.0.0-2013Jan04"]
'org.picketbox:http-cert:jar:5.0.0-2013Jan04'
<parent> <groupId>org.picketbox</groupId> <artifactId>picketbox-quickstarts-parent</artifactId> <version>5.0.0-2013Jan04</version> </parent>
compile
|-- org.picketbox:static-web-resources
|-- org.picketbox:picketbox-quickstarts-common