com.atlassian.connect.spring.ForgeAppModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlassian-connect-spring-boot-api Show documentation
Show all versions of atlassian-connect-spring-boot-api Show documentation
Provides the API of Atlassian Connect for Spring Boot
The newest version!
package com.atlassian.connect.spring;
/**
* Information about the AppModule type making the request
*/
public class ForgeAppModule {
private String type;
private String key;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy