Commons HTTP :: Response

Common functionality relating to the Response Side of HTTP

License

License

GroupId

GroupId

com.parisesoftware
ArtifactId

ArtifactId

commons-http-response
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Commons HTTP :: Response
Common functionality relating to the Response Side of HTTP

Download commons-http-response

How to add to project

<!-- https://jarcasting.com/artifacts/com.parisesoftware/commons-http-response/ -->
<dependency>
    <groupId>com.parisesoftware</groupId>
    <artifactId>commons-http-response</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.parisesoftware/commons-http-response/
implementation 'com.parisesoftware:commons-http-response:1.0.0'
// https://jarcasting.com/artifacts/com.parisesoftware/commons-http-response/
implementation ("com.parisesoftware:commons-http-response:1.0.0")
'com.parisesoftware:commons-http-response:jar:1.0.0'
<dependency org="com.parisesoftware" name="commons-http-response" rev="1.0.0">
  <artifact name="commons-http-response" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.parisesoftware', module='commons-http-response', version='1.0.0')
)
libraryDependencies += "com.parisesoftware" % "commons-http-response" % "1.0.0"
[com.parisesoftware/commons-http-response "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.parisesoftware : commons-http-dto jar 1.0.0
org.apache.commons : commons-lang3 jar 3.7
com.fasterxml.jackson.core : jackson-annotations jar 2.9.6
org.codehaus.groovy : groovy-all pom 2.5.6

test (4)

Group / Artifact Type Version
org.objenesis : objenesis jar 3.0.1
junit : junit jar 4.12
org.spockframework : spock-core jar 1.3-groovy-2.5
cglib : cglib-nodep jar 3.1

Project Modules

There are no modules declared in this project.

Commons-HTTP

Releasing to Maven Central

Performing a Release Deployment

Note: This must occur prior to the Release Deployment!

Make sure the "release-sign-artifacts" and "ossrh" Maven profiles are active.

  1. mvn clean
  2. mvn release:prepare -Possrh,release-sign-artifacts
  3. mvn release:perform -Possrh,release-sign-artifacts
  • await the release process to finish *
  1. git push --tags
  2. git push origin master

Updating the Release Version

  1. mvn versions:set -DnewVersion=1.2.3

Versions

Version
1.0.0