depanalyzer
Toggle table of contents
2.1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
depanalyzer
depanalyzer
/
com.depanalyzer.parser
/
ParsedDependency
Parsed
Dependency
data
class
ParsedDependency
(
val
groupId
:
String
,
val
artifactId
:
String
,
val
version
:
String
?
,
val
scope
:
String
,
val
section
:
DependencySection
,
val
ecosystem
:
Ecosystem
=
Ecosystem.MAVEN
)
Members
Constructors
Parsed
Dependency
Link copied to clipboard
constructor
(
groupId
:
String
,
artifactId
:
String
,
version
:
String
?
,
scope
:
String
,
section
:
DependencySection
,
ecosystem
:
Ecosystem
=
Ecosystem.MAVEN
)
Properties
artifact
Id
Link copied to clipboard
val
artifactId
:
String
coordinate
Key
Link copied to clipboard
val
coordinateKey
:
String
ecosystem
Link copied to clipboard
val
ecosystem
:
Ecosystem
group
Id
Link copied to clipboard
val
groupId
:
String
package
Name
Link copied to clipboard
val
packageName
:
String
scope
Link copied to clipboard
val
scope
:
String
section
Link copied to clipboard
val
section
:
DependencySection
version
Link copied to clipboard
val
version
:
String
?