Page tree

You are viewing documentation for Structure Server and Data Center version 5.3 and patch releases. For other versions, see Version Index or [Structure Cloud].

Skip to end of metadata
Go to start of metadata
Current Versions

Version

Supported JIRA Versions

Supported Structure Versions

OSGi Import Version

Release Date

16.13.0

Javadocs

JIRA 7.6+5.3.0+"[16.13,17)"2019-03-22

16.12.0

Javadocs

JIRA 7.6+5.2.0+"[16.12,17)"2018-12-25

16.11.0

Javadocs

JIRA 7.2+5.1.0+"[16.11,17)"2018-10-25

16.10.0

Javadocs

JIRA 7.2+5.0.0+"[16.10,17)"2018-08-16

16.9.0

Javadocs

JIRA 7.2+4.6.0+"[16.9,17)"2018-03-28

16.8.0

Javadocs

JIRA 7.2+4.5.0+"[16.8,17)"2017-12-26

16.7.0

Javadocs

JIRA 7.2+4.4.0+"[16.7,17)"2017-11-29

16.6.0

Javadocs

JIRA 7.2+4.3.0+"[16.6,17)"2017-10-16

16.5.0

Javadocs

JIRA 7.2+4.2.0+"[16.5,17)"2017-08-25

16.4.0

Javadocs

JIRA 7.1+4.1.0+"[16.4,17)"2017-06-19
16.3.0
Javadocs
JIRA 7.1+4.0.0+"[16.3,17)"2017-04-26
16.2.0
Javadocs
JIRA 7.0+3.6.0+"[16.2,17)"2017-04-03
16.1.0
Javadocs
JIRA 7.0+3.5.0+"[16.1,17)"2017-01-26
16.0.0
Javadocs
JIRA 7.0+3.4.0+"[16,17)"2016-12-07
Structure API version 16.0.0 is the first public API version for Structure 3.x. For older API versions compatible with Structure 2.x, see Previous API Versions.

Javadocs for the Latest Version Java API documentation for the latest API version.

To see how to include the API in your project dependencies, read about Accessing Structure from JIRA Plugin.

Version Compatibility

Versioning of the API artifact follows these generally accepted rules:

  • Major version is increased when the client code – your code – might not compile with the new version.
  • Minor version is increased when new methods are added to the API (so your code might break if you downgrade to a lower minor version).
  • Micro version is changed when there's no impact on the compatibility.

Getting Versions

The API jars can be downloaded from the public Maven repositories. This is the recommended way.

If you can't download API jars from Maven repository for any reason, you can download them from this page and install into your local Maven repository:

mvn install:install-file -Dfile=structure-api-16.13.0.jar -DpomFile=structure-api-16.13.0.pom

  File Modified
Java Archive structure-api-16.13.0.jar Jun 05, 2019 by Julia Atlygina
File structure-api-16.13.0.pom Jun 05, 2019 by Julia Atlygina
Java Archive structure-api-16.13.0-javadoc.jar Jun 05, 2019 by Julia Atlygina
Java Archive structure-api-16.13.0-sources.jar Jun 05, 2019 by Julia Atlygina

  • No labels