Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.atlassian.connect |
ArtifactId | ArtifactIdatlassian-connect-spring-boot-jpa-starter |
Version | Version1.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.atlassian.connect/atlassian-connect-spring-boot-jpa-starter/ -->
<dependency>
<groupId>com.atlassian.connect</groupId>
<artifactId>atlassian-connect-spring-boot-jpa-starter</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.connect/atlassian-connect-spring-boot-jpa-starter/
implementation 'com.atlassian.connect:atlassian-connect-spring-boot-jpa-starter:1.3.0'
// https://jarcasting.com/artifacts/com.atlassian.connect/atlassian-connect-spring-boot-jpa-starter/
implementation ("com.atlassian.connect:atlassian-connect-spring-boot-jpa-starter:1.3.0")
'com.atlassian.connect:atlassian-connect-spring-boot-jpa-starter:jar:1.3.0'
<dependency org="com.atlassian.connect" name="atlassian-connect-spring-boot-jpa-starter" rev="1.3.0">
<artifact name="atlassian-connect-spring-boot-jpa-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.connect', module='atlassian-connect-spring-boot-jpa-starter', version='1.3.0')
)
libraryDependencies += "com.atlassian.connect" % "atlassian-connect-spring-boot-jpa-starter" % "1.3.0"
[com.atlassian.connect/atlassian-connect-spring-boot-jpa-starter "1.3.0"]