MVN

org.wvlet.airframe : airframe-surface_3

Maven & Gradle

Aug 25, 2023
4 usages
621 stars

airframe-surface · A library for extracting object structure surface

<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-surface_3</artifactId>
    <version>23.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wvlet.airframe : airframe-surface_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.8.6

All Versions

Choose a version of org.wvlet.airframe : airframe-surface_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.8.x
airframe-surface_3-23.8.6
airframe-surface_3-23.8.5
airframe-surface_3-23.8.4
airframe-surface_3-23.8.3
airframe-surface_3-23.8.2
airframe-surface_3-23.8.1
airframe-surface_3-23.8.0
23.7.x
airframe-surface_3-23.7.4
airframe-surface_3-23.7.3
airframe-surface_3-23.7.2
airframe-surface_3-23.7.1
airframe-surface_3-23.7.0
23.6.x
airframe-surface_3-23.6.2
airframe-surface_3-23.6.1
airframe-surface_3-23.6.0
23.5.x
airframe-surface_3-23.5.7
airframe-surface_3-23.5.6
airframe-surface_3-23.5.5
airframe-surface_3-23.5.4
airframe-surface_3-23.5.3
airframe-surface_3-23.5.2
airframe-surface_3-23.5.0
23.4.x
airframe-surface_3-23.4.8
airframe-surface_3-23.4.7
airframe-surface_3-23.4.6
airframe-surface_3-23.4.5
airframe-surface_3-23.4.4
airframe-surface_3-23.4.3
airframe-surface_3-23.4.2
airframe-surface_3-23.4.1
airframe-surface_3-23.4.0
23.3.x
airframe-surface_3-23.3.4
airframe-surface_3-23.3.3
airframe-surface_3-23.3.2
airframe-surface_3-23.3.1
airframe-surface_3-23.3.0
23.2.x
airframe-surface_3-23.2.5
airframe-surface_3-23.2.4
airframe-surface_3-23.2.3
airframe-surface_3-23.2.2
airframe-surface_3-23.2.1
airframe-surface_3-23.2.0
23.1.x
airframe-surface_3-23.1.4
airframe-surface_3-23.1.3
airframe-surface_3-23.1.2
airframe-surface_3-23.1.1
airframe-surface_3-23.1.0
22.12.x
airframe-surface_3-22.12.6
airframe-surface_3-22.12.5
airframe-surface_3-22.12.4
airframe-surface_3-22.12.3
airframe-surface_3-22.12.2
airframe-surface_3-22.12.1
airframe-surface_3-22.12.0
22.11.x
airframe-surface_3-22.11.4
airframe-surface_3-22.11.3
airframe-surface_3-22.11.2
airframe-surface_3-22.11.1
airframe-surface_3-22.11.0
22.10.x
airframe-surface_3-22.10.4
airframe-surface_3-22.10.3
airframe-surface_3-22.10.2
airframe-surface_3-22.10.1
airframe-surface_3-22.10.0
22.9.x
airframe-surface_3-22.9.3
airframe-surface_3-22.9.2
airframe-surface_3-22.9.1
airframe-surface_3-22.9.0
22.8.x
airframe-surface_3-22.8.0
22.7.x
airframe-surface_3-22.7.3
airframe-surface_3-22.7.2
airframe-surface_3-22.7.1
airframe-surface_3-22.7.0
22.6.x
airframe-surface_3-22.6.4
airframe-surface_3-22.6.3
airframe-surface_3-22.6.2
airframe-surface_3-22.6.1
airframe-surface_3-22.6.0
22.5.x
airframe-surface_3-22.5.0
22.4.x
airframe-surface_3-22.4.2
airframe-surface_3-22.4.1
airframe-surface_3-22.4.0
22.3.x
airframe-surface_3-22.3.0
22.2.x
airframe-surface_3-22.2.0
22.1.x
airframe-surface_3-22.1.0
21.12.x
airframe-surface_3-21.12.1
airframe-surface_3-21.12.0
21.11.x
airframe-surface_3-21.11.0
21.10.x
airframe-surface_3-21.10.0
21.9.x
airframe-surface_3-21.9.0
21.8.x
airframe-surface_3-21.8.1
airframe-surface_3-21.8.0
21.7.x
airframe-surface_3-21.7.0
21.6.x
airframe-surface_3-21.6.0
21.5.x
airframe-surface_3-21.5.4
airframe-surface_3-21.5.3
airframe-surface_3-21.5.2
airframe-surface_3-21.5.1
airframe-surface_3-21.5.0

How to add a dependency to Maven

Add the following org.wvlet.airframe : airframe-surface_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wvlet.airframe</groupId>
    <artifactId>airframe-surface_3</artifactId>
    <version>23.8.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wvlet.airframe : airframe-surface_3 gradle dependency to your build.gradle file:

implementation 'org.wvlet.airframe:airframe-surface_3:23.8.6'

Gradle Kotlin DSL: Add the following org.wvlet.airframe : airframe-surface_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wvlet.airframe:airframe-surface_3:23.8.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wvlet.airframe : airframe-surface_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wvlet.airframe" % "airframe-surface_3" % "23.8.6"

Advertisement

Dependencies from Group

Aug 25, 2023
26 usages
621 stars
Aug 25, 2023
25 usages
621 stars
Aug 08, 2019
24 usages
621 stars
Aug 08, 2019
23 usages
621 stars
Nov 01, 2020
23 usages
621 stars

Discover Dependencies

Aug 22, 2023
1 usages
44 stars
May 12, 2017
9 usages
1 stars
Oct 10, 2015
2 usages
0 stars
Jul 08, 2020
5 usages
4 stars
Dec 24, 2022
2 usages
3.6k stars
Apr 30, 2021
3 usages
52 stars
Dec 09, 2022
3 usages
18 stars
Oct 12, 2021
3 usages
34 stars