Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

dependency of util.ClassLoaderUtils

jacob delddd
Contributor
August 27, 2018

How can i find the dependency from a jira library?

Most of the time i use "https://mvnrepository.com", but this doesn't work always. 

For example, where can i find the maven of com.atlassian.plugin.util.ClassLoaderUtils?

3 answers

2 accepted

1 vote
Answer accepted
Gregor Kasmann_Actonic
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 27, 2018

Just put the class in some add-ons' class and highlight the name with Ctrl key.

I use IntelliJ IDEA IDE for this. But it should be available in any IDE:

2018-08-27 18_08_24-Greenshot.png

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 27, 2018
jacob delddd
Contributor
August 27, 2018

Didn't know this contained the class, thanks!

thangvietle1289 March 21, 2019

Hello,

Please take a look at this link: https://stackoverflow.com/questions/50685819/configure-bitbucket-plugin-to-avoid-hardcoding-of-secure-variable/55293119#55293119

From pom.xml you can add this library:

<dependency>
    <groupId>com.atlassian.plugins</groupId>
    <artifactId>atlassian-plugins-core</artifactId>
    <version>5.0.0</version>
    <scope>provided</scope>
</dependency>

Thanks!

0 votes
thangvietle1289 March 21, 2019

Hi @jacob delddd ,

Please take a look at this link: https://stackoverflow.com/questions/50685819/configure-bitbucket-plugin-to-avoid-hardcoding-of-secure-variable/55293119#55293119

From pom.xml you can add this library:

<dependency>
    <groupId>com.atlassian.plugins</groupId>
    <artifactId>atlassian-plugins-core</artifactId>
    <version>5.0.0</version>
    <scope>provided</scope>
</dependency>

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events