Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.atlassian.stride |
ArtifactId | ArtifactIdadf-builder |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
adf-builder-2.0.3.pom | |
adf-builder-2.0.3.jar | 109 KB |
adf-builder-2.0.3-sources.jar | 41 KB |
adf-builder-2.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.stride/adf-builder/
implementation 'com.atlassian.stride:adf-builder:2.0.3'
// https://jarcasting.com/artifacts/com.atlassian.stride/adf-builder/
implementation ("com.atlassian.stride:adf-builder:2.0.3")
'com.atlassian.stride:adf-builder:jar:2.0.3'
<dependency org="com.atlassian.stride" name="adf-builder" rev="2.0.3">
<artifact name="adf-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.stride', module='adf-builder', version='2.0.3')
)
libraryDependencies += "com.atlassian.stride" % "adf-builder" % "2.0.3"
[com.atlassian.stride/adf-builder "2.0.3"]