Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.atlassian.stride |
ArtifactId | ArtifactIdadf-builder |
Version | Version2.0.9 |
Type | Typejar |
Filename | Size |
---|---|
adf-builder-2.0.9.pom | |
adf-builder-2.0.9.jar | 109 KB |
adf-builder-2.0.9-sources.jar | 41 KB |
adf-builder-2.0.9-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.stride/adf-builder/ -->
<dependency>
<groupId>com.atlassian.stride</groupId>
<artifactId>adf-builder</artifactId>
<version>2.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.stride/adf-builder/
implementation 'com.atlassian.stride:adf-builder:2.0.9'
// https://jarcasting.com/artifacts/com.atlassian.stride/adf-builder/
implementation ("com.atlassian.stride:adf-builder:2.0.9")
'com.atlassian.stride:adf-builder:jar:2.0.9'
<dependency org="com.atlassian.stride" name="adf-builder" rev="2.0.9">
<artifact name="adf-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.stride', module='adf-builder', version='2.0.9')
)
libraryDependencies += "com.atlassian.stride" % "adf-builder" % "2.0.9"
[com.atlassian.stride/adf-builder "2.0.9"]